Clownfish 0.6.3 Latest
Kwalitee Issues
- has_license_in_source_file
-
Add =head1 LICENSE and the text of the license to the main module in your code.
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: Clownfish::Blob, Clownfish::Boolean, Clownfish::ByteBuf, Clownfish::CharBuf, Clownfish::Class, Clownfish::Err, Clownfish::Float, Clownfish::Hash, Clownfish::HashIterator, Clownfish::Integer, Clownfish::Obj, Clownfish::String, Clownfish::Test, Clownfish::Vector
- has_known_license_in_source_file
-
Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.
- use_warnings
-
Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.
Error: Clownfish::Blob, Clownfish::Boolean, Clownfish::ByteBuf, Clownfish::CharBuf, Clownfish::Class, Clownfish::Err, Clownfish::Float, Clownfish::Hash, Clownfish::HashIterator, Clownfish::Integer, Clownfish::Obj, Clownfish::String, Clownfish::Test, Clownfish::Vector
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Clownfish | Apache Clownfish symbiotic object system | 0.006003 | metacpan |
Clownfish::Blob | Immutable buffer holding arbitrary bytes. | 0.006003 | metacpan |
Clownfish::Boolean | Boolean type. | 0.006003 | metacpan |
Clownfish::ByteBuf | Growable buffer holding arbitrary bytes. | 0.006003 | metacpan |
Clownfish::CharBuf | Growable buffer holding Unicode characters. | 0.006003 | metacpan |
Clownfish::Class | Class. | 0.006003 | metacpan |
Clownfish::Err | Exception. | 0.006003 | metacpan |
Clownfish::Float | Immutable double precision floating point number. | 0.006003 | metacpan |
Clownfish::Hash | Hashtable. | 0.006003 | metacpan |
Clownfish::HashIterator | Hashtable Iterator. | 0.006003 | metacpan |
Clownfish::Integer | Immutable 64-bit signed integer. | 0.006003 | metacpan |
Clownfish::Obj | Base class for all objects. | 0.006003 | metacpan |
Clownfish::String | Immutable string holding Unicode characters. | 0.006003 | metacpan |
Clownfish::Vector | Variable-sized array. | 0.006003 | metacpan |
Provides
Name | File | View |
---|---|---|
Clownfish::Method | lib/Clownfish.pm | metacpan |