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: Expected a map structure from string or file. (requires) [Validation: 1.0]

has_changelog

Add a Changelog (best named 'Changes') to the distribution. It should list at least major changes implemented in newer versions.

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

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.

meta_yml_has_license

Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.

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: Bio::NEXUS, Bio::NEXUS::AssumptionsBlock, Bio::NEXUS::Block, Bio::NEXUS::CharactersBlock, Bio::NEXUS::CodonsBlock, Bio::NEXUS::DataBlock, Bio::NEXUS::DistancesBlock, Bio::NEXUS::Functions, Bio::NEXUS::HistoryBlock, Bio::NEXUS::MatrixBlock, Bio::NEXUS::Node, Bio::NEXUS::NotesBlock, Bio::NEXUS::SetsBlock, Bio::NEXUS::SpanBlock, Bio::NEXUS::TaxUnit, Bio::NEXUS::TaxUnitSet, Bio::NEXUS::TaxaBlock, Bio::NEXUS::Tree, Bio::NEXUS::TreesBlock, Bio::NEXUS::UnalignedBlock, Bio::NEXUS::UnknownBlock, Bio::NEXUS::WeightSet

no_invalid_versions

Fix the version numbers so that version::is_lax($version) returns true.

Error:

  • lib/Bio/NEXUS/AssumptionsBlock.pm: HASH(0x55c8d150ca68)
  • lib/Bio/NEXUS/Block.pm: HASH(0x55c8d20ef860)
  • lib/Bio/NEXUS/CharactersBlock.pm: HASH(0x55c8d2d80c58)
  • lib/Bio/NEXUS/CodonsBlock.pm: HASH(0x55c8d2a58900)
  • lib/Bio/NEXUS/DataBlock.pm: HASH(0x55c8d2db7b90)
  • lib/Bio/NEXUS/DistancesBlock.pm: HASH(0x55c8d2d1cbe0)
  • lib/Bio/NEXUS/Functions.pm: HASH(0x55c8d2578608)
  • lib/Bio/NEXUS/HistoryBlock.pm: HASH(0x55c8d294d258)
  • lib/Bio/NEXUS/MatrixBlock.pm: HASH(0x55c8d2b1c750)
  • lib/Bio/NEXUS/Node.pm: HASH(0x55c8d29534b0)
  • lib/Bio/NEXUS/NotesBlock.pm: HASH(0x55c8d2df2738)
  • lib/Bio/NEXUS/SetsBlock.pm: HASH(0x55c8d2d96418)
  • lib/Bio/NEXUS/SpanBlock.pm: HASH(0x55c8d27d0470)
  • lib/Bio/NEXUS/TaxUnit.pm: HASH(0x55c8d2a5fc80)
  • lib/Bio/NEXUS/TaxUnitSet.pm: HASH(0x55c8d2dfa6c0)
  • lib/Bio/NEXUS/TaxaBlock.pm: HASH(0x55c8d280d850)
  • lib/Bio/NEXUS/Tree.pm: HASH(0x55c8d2d6d698)
  • lib/Bio/NEXUS/TreesBlock.pm: HASH(0x55c8d2aa9748)
  • lib/Bio/NEXUS/UnalignedBlock.pm: HASH(0x55c8d2debd10)
  • lib/Bio/NEXUS/UnknownBlock.pm: HASH(0x55c8d29762e0)
  • lib/Bio/NEXUS/WeightSet.pm: HASH(0x55c8d28698b0)

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).

Modules

Name Abstract Version View
Bio::NEXUS 0.66 metacpan
Bio::NEXUS::AssumptionsBlock parses and reads in the assumptions block of a NEXUS file metacpan
Bio::NEXUS::Block metacpan
Bio::NEXUS::CharactersBlock represents a Characters Block (Data or Characters) of a NEXUS file metacpan
Bio::NEXUS::DataBlock metacpan
Bio::NEXUS::DistancesBlock metacpan
Bio::NEXUS::Functions metacpan
Bio::NEXUS::HistoryBlock represents a history block of a NEXUS file metacpan
Bio::NEXUS::MatrixBlock metacpan
Bio::NEXUS::Node provides a few functions for nodes metacpan
Bio::NEXUS::NotesBlock metacpan
Bio::NEXUS::SetsBlock parses and reads NEXUS Sets block metacpan
Bio::NEXUS::SpanBlock metacpan
Bio::NEXUS::TaxUnit metacpan
Bio::NEXUS::TaxUnitSet metacpan
Bio::NEXUS::TaxaBlock parses and reads in the taxa block of a NEXUS file metacpan
Bio::NEXUS::Tree provides a few functions for trees metacpan
Bio::NEXUS::TreesBlock parses and reads in the trees block of a NEXUS file metacpan
Bio::NEXUS::UnalignedBlock represents an unaligned block of a NEXUS file metacpan
Bio::NEXUS::UnknownBlock simple block object for storing information about a block not recognized by the NEXUS package. metacpan
Bio::NEXUS::WeightSet metacpan

Provides

Name File View
Bio::NEXUS::CodonBlock lib/Bio/NEXUS/CodonsBlock.pm metacpan

Other Files

MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan