MOSES-MOBY 0.80 Deleted
Kwalitee Issues
- meta_yml_conforms_to_known_spec
-
Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.
Error: Missing mandatory field, 'author' (author) [Validation: 1.3]
- buildtool_not_executable
-
Change the permissions of Build.PL/Makefile.PL to not-executable.
- no_broken_auto_install
-
Upgrade the bundled version of Module::Install to at least 0.89, but preferably to the most current release. Alternatively, you can switch to another build system / installer that does not suffer from this problem. (ExtUtils::MakeMaker, Module::Build both of which have their own set of problems.)
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: MOSES-MOBY-0.80/lib/MOSES/MOBY/Service/ServiceBase.pm -- Around line 230: You forgot a '=back' before '=head2' You forgot a '=back' before '=head2' MOSES-MOBY-0.80/lib/MOSES/MOBY.pm -- Around line 89: '=item' outside of any '=over' Around line 103: You forgot a '=back' before '=head2' Around line 1288: =cut found outside a pod block. Skipping to next block. Around line 1432: =cut found outside a pod block. Skipping to next block. Around line 1842: =cut found outside a pod block. Skipping to next block. Around line 1890: =cut found outside a pod block. Skipping to next block.
- 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: share/samples/Service/HelloBiomobyWorld.pm, share/samples/Service/Mabuhay.pm
- 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: MOSES::MOBY::Base, MOSES::MOBY::Cache::Central, MOSES::MOBY::Cache::Registries, MOSES::MOBY::Config, MOSES::MOBY::Data::Boolean, MOSES::MOBY::Data::DateTime, MOSES::MOBY::Data::Float, MOSES::MOBY::Data::Integer, MOSES::MOBY::Data::Object, MOSES::MOBY::Data::ProvisionInformation, MOSES::MOBY::Data::String, MOSES::MOBY::Data::Xref, MOSES::MOBY::Def::Data, MOSES::MOBY::Def::DataType, MOSES::MOBY::Def::Namespace, MOSES::MOBY::Def::Relationship, MOSES::MOBY::Def::Service, MOSES::MOBY::Def::ServiceType, MOSES::MOBY::Generators::GenServices, MOSES::MOBY::Generators::GenTypes, MOSES::MOBY::Generators::Utils, MOSES::MOBY::Package, MOSES::MOBY::Parser, MOSES::MOBY::Service::ServiceBase, MOSES::MOBY::ServiceException, MOSES::MOBY::Tags, Service::HelloBiomobyWorld, Service::Mabuhay
- 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.
- 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.
- 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 |
|---|---|---|---|
| MOSES::MOBY | Perl extension for the automatic generation of BioMOBY web services | 0.8 | metacpan |
| MOSES::MOBY::Base | Hash-based abstract super-class for all MOBY objects | 0.8 | metacpan |
| MOSES::MOBY::Cache::Central | access to locally cached Moby entities | metacpan | |
| MOSES::MOBY::Cache::Registries | List of known BioMoby registries | metacpan | |
| MOSES::MOBY::Config | metacpan | ||
| MOSES::MOBY::Data::Boolean | A primite Moby data type for booleans | metacpan | |
| MOSES::MOBY::Data::DateTime | A primite Moby data type for dates/times | metacpan | |
| MOSES::MOBY::Data::Float | A primite Moby data type for float numbers | metacpan | |
| MOSES::MOBY::Data::Integer | A primite Moby data type for integers | metacpan | |
| MOSES::MOBY::Data::Object | A base Moby data type | metacpan | |
| MOSES::MOBY::Data::ProvisionInformation | a provision information block (PIB) | metacpan | |
| MOSES::MOBY::Data::String | A primite Moby data type for strings | metacpan | |
| MOSES::MOBY::Data::Xref | a Moby cross-reference | metacpan | |
| MOSES::MOBY::Def::Data | a BioMoby definition of a service input/output | metacpan | |
| MOSES::MOBY::Def::DataType | a definition of BioMoby data type | metacpan | |
| MOSES::MOBY::Def::Namespace | a definition of a BioMoby Namespace | metacpan | |
| MOSES::MOBY::Def::Relationship | a definition of relationships between Moby data types | metacpan | |
| MOSES::MOBY::Def::Service | a BioMoby service definition | metacpan | |
| MOSES::MOBY::Def::ServiceType | a BioMoby service type definition | metacpan | |
| MOSES::MOBY::Generators::GenServices | generator of Moby services | metacpan | |
| MOSES::MOBY::Generators::GenTypes | generator of Moby data types | metacpan | |
| MOSES::MOBY::Generators::Utils | metacpan | ||
| MOSES::MOBY::Package | metacpan | ||
| MOSES::MOBY::Parser | parser of XML BioMoby messages | metacpan | |
| MOSES::MOBY::Service::ServiceBase | metacpan | ||
| MOSES::MOBY::ServiceException | metacpan | ||
| MOSES::MOBY::Tags | metacpan | ||
| Service::HelloBiomobyWorld | a BioMoby service | metacpan | |
| Service::Mabuhay | a BioMoby service | metacpan |
Provides
| Name | File | View |
|---|---|---|
| MOSES::MOBY::Collection | lib/MOSES/MOBY/Package.pm | metacpan |
| MOSES::MOBY::DataElement | lib/MOSES/MOBY/Package.pm | metacpan |
| MOSES::MOBY::Def::PrimaryData | lib/MOSES/MOBY/Def/Data.pm | metacpan |
| MOSES::MOBY::Def::PrimaryDataSet | lib/MOSES/MOBY/Def/Data.pm | metacpan |
| MOSES::MOBY::Def::PrimaryDataSimple | lib/MOSES/MOBY/Def/Data.pm | metacpan |
| MOSES::MOBY::Def::SecondaryData | lib/MOSES/MOBY/Def/Data.pm | metacpan |
| MOSES::MOBY::Job | lib/MOSES/MOBY/Package.pm | metacpan |
| MOSES::MOBY::Parameter | lib/MOSES/MOBY/Package.pm | metacpan |
| MOSES::MOBY::Simple | lib/MOSES/MOBY/Package.pm | metacpan |