Kwalitee Issues

has_meta_yml

Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.

main_module_version_matches_dist_version

Make sure that the main module name and version are the same of the distribution.

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Astro-STSDAS-Table-0.13/Table/HeaderPars.pm -- Around line 131: '=item' outside of any '=over' Around line 190: You forgot a '=back' before '=head2'

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: Table/Base.pm, Table/Binary.pm, Table/Column.pm, Table/Columns.pm, Table/Constants.pm, Table/HeaderPar.pm, Table/HeaderPars.pm, Table/Simple.pm

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.

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: Astro::STSDAS::Table::Base

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.02,0.12,0.13

Modules

Name Abstract Version View
Astro::STSDAS::Table::Base Base class for STSDAS Tables 0.12 metacpan
Astro::STSDAS::Table::Binary access a STSDAS binary format file 0.13 metacpan
Astro::STSDAS::Table::Column An object representing column information 0.01 metacpan
Astro::STSDAS::Table::Columns Container for table columns 0.01 metacpan
Astro::STSDAS::Table::Constants 0.01 metacpan
Astro::STSDAS::Table::HeaderPar a header parameter 0.01 metacpan
Astro::STSDAS::Table::HeaderPars Container for header values 0.02 metacpan
Astro::STSDAS::Table::Simple simple interface to STSDAS format tables 0.01 metacpan

Other Files

Changes metacpan
MANIFEST metacpan
Makefile.PL metacpan
README metacpan