Repository-Simple 0.06 Latest
Kwalitee Issues
No Core Issues.
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- has_meta_json
-
Add a META.json to the distribution. Your buildtool should be able to autogenerate it.
- consistent_version
-
Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).
Error: 0.01,0.05,0.06
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Repository::Simple | Simple heirarchical repository for Perl | 0.06 | metacpan |
Repository::Simple::Engine | Abstract base class for storage engines | 0.06 | metacpan |
Repository::Simple::Engine::FileSystem | Native file system repository storage | 0.06 | metacpan |
Repository::Simple::Engine::Memory | Transient repository storage in memory | 0.05 | metacpan |
Repository::Simple::Node | Repository nodes | 0.06 | metacpan |
Repository::Simple::Permission | Defines the permission constants | 0.06 | metacpan |
Repository::Simple::Property | Repository properties | 0.06 | metacpan |
Repository::Simple::Type::Node | Types for content repository nodes | 0.06 | metacpan |
Repository::Simple::Type::Property | Types for repository properties | 0.06 | metacpan |
Repository::Simple::Type::Value | Abstract base class for value types | 0.06 | metacpan |
Repository::Simple::Type::Value::Scalar | Simple "rs:scalar" value type | 0.01 | metacpan |
Repository::Simple::Util | Utility methods shared by repository components | 0.06 | metacpan |
Repository::Simple::Value | Class for retrieving and setting property values | 0.06 | metacpan |