Mongoose 0.21 Deleted
Kwalitee Issues
- portable_filenames
-
Rename those files with alphanumerical characters, or maybe remove them because in many cases they are automatically generated for local installation.
Error:
- m503/man/man3/MongoDB::BSON.3
- m503/man/man3/MongoDB::BSON::Binary.3
- m503/man/man3/MongoDB::Code.3
- m503/man/man3/MongoDB::Collection.3
- m503/man/man3/MongoDB::Connection.3
- m503/man/man3/MongoDB::Cursor.3
- m503/man/man3/MongoDB::DataTypes.3
- m503/man/man3/MongoDB::Database.3
- m503/man/man3/MongoDB::Examples.3
- m503/man/man3/MongoDB::GridFS.3
- m503/man/man3/MongoDB::GridFS::File.3
- m503/man/man3/MongoDB::Indexing.3
- m503/man/man3/MongoDB::MongoClient.3
- m503/man/man3/MongoDB::OID.3
- m503/man/man3/MongoDB::Timestamp.3
- m503/man/man3/MongoDB::Tutorial.3
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- DateTime
- MooseX::Storage
- Tie::IxHash
- boolean
- 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.
- proper_libs
-
Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.
Error: m503/lib/perl5/darwin-2level/MongoDB.pm, m503/lib/perl5/darwin-2level/MongoDB/BSON.pm, m503/lib/perl5/darwin-2level/MongoDB/BSON/Binary.pm, m503/lib/perl5/darwin-2level/MongoDB/Code.pm, m503/lib/perl5/darwin-2level/MongoDB/Collection.pm, m503/lib/perl5/darwin-2level/MongoDB/Connection.pm, m503/lib/perl5/darwin-2level/MongoDB/Cursor.pm, m503/lib/perl5/darwin-2level/MongoDB/Database.pm, m503/lib/perl5/darwin-2level/MongoDB/GridFS.pm, m503/lib/perl5/darwin-2level/MongoDB/GridFS/File.pm, m503/lib/perl5/darwin-2level/MongoDB/MongoClient.pm, m503/lib/perl5/darwin-2level/MongoDB/OID.pm, m503/lib/perl5/darwin-2level/MongoDB/Timestamp.pm
- no_unauthorized_packages
-
Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.
Error:
- MongoDB
- MongoDB::BSON
- MongoDB::BSON::Binary
- MongoDB::Code
- MongoDB::Collection
- MongoDB::Connection
- MongoDB::Cursor
- MongoDB::Database
- MongoDB::GridFS
- MongoDB::GridFS::File
- MongoDB::MongoClient
- MongoDB::OID
- MongoDB::Timestamp
- test_prereq_matches_use
-
List all modules used in the test suite in META.yml test_requires
Error:
- DateTime
- HTTP::Headers
- Test::Fatal
- URI
- 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.21,0.503003
- 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.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
| Name | Abstract | Version | View |
|---|---|---|---|
| MongoDB | A Mongo Driver for Perl | 0.503003 | metacpan |
| MongoDB::BSON | Tools for serializing and deserializing data in BSON form | 0.503003 | metacpan |
| MongoDB::BSON::Binary | Binary type | 0.503003 | metacpan |
| MongoDB::Code | JavaScript Code | 0.503003 | metacpan |
| MongoDB::Collection | A Mongo Collection | 0.503003 | metacpan |
| MongoDB::Connection | A connection to a Mongo server | 0.503003 | metacpan |
| MongoDB::Cursor | A cursor/iterator for Mongo query results | 0.503003 | metacpan |
| MongoDB::Database | A Mongo Database | 0.503003 | metacpan |
| MongoDB::GridFS | A file storage utility | 0.503003 | metacpan |
| MongoDB::GridFS::File | A Mongo GridFS file | 0.503003 | metacpan |
| MongoDB::MongoClient | A connection to a Mongo server | 0.503003 | metacpan |
| MongoDB::OID | A Mongo Object ID | 0.503003 | metacpan |
| MongoDB::Timestamp | Replication timestamp | 0.503003 | metacpan |
| Mongoose | MongoDB document to Moose object mapper | 0.21 | metacpan |
| Mongoose::Class | sugary Mongoose-oriented replacement for Moose | 0.21 | metacpan |
| Mongoose::Cursor | a Mongoose wrapper for MongoDB::Cursor | 0.21 | metacpan |
| Mongoose::Digest | deprecated persistance document state keeper | 0.21 | metacpan |
| Mongoose::Document | a Mongo document role | 0.21 | metacpan |
| Mongoose::EmbeddedDocument | role for embedded documents | 0.21 | metacpan |
| Mongoose::Engine::Base | heavy lifting done here | 0.21 | metacpan |
| Mongoose::Engine::Serialize | 0.21 | metacpan | |
| Mongoose::File | wrapper for MongoDB::GridFS::File | 0.21 | metacpan |
| Mongoose::Join | simple class relationship resolver | 0.21 | metacpan |
| Mongoose::Meta::AttributeTraits | Mongoose related attribute traits | 0.21 | metacpan |
| Mongoose::Role::Collapser | 0.21 | metacpan | |
| Mongoose::Role::Engine | 0.21 | metacpan | |
| Mongoose::Role::Expander | 0.21 | metacpan |
Provides
| Name | File | View |
|---|---|---|
| Mongoose::Meta::Attribute::Trait::Binary | lib/Mongoose/Meta/AttributeTraits.pm | metacpan |
| Mongoose::Meta::Attribute::Trait::DoNotMongoSerialize | lib/Mongoose/Meta/AttributeTraits.pm | metacpan |
| Mongoose::Meta::Attribute::Trait::Raw | lib/Mongoose/Meta/AttributeTraits.pm | metacpan |
| Moose::Meta::Attribute::Custom::Trait::Binary | lib/Mongoose/Meta/AttributeTraits.pm | metacpan |
| Moose::Meta::Attribute::Custom::Trait::DoNotMongoSerialize | lib/Mongoose/Meta/AttributeTraits.pm | metacpan |
| Moose::Meta::Attribute::Custom::Trait::Raw | lib/Mongoose/Meta/AttributeTraits.pm | metacpan |