PostScript-Graph 0.03 Deleted
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- has_human_readable_license
-
Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.
- has_license_in_source_file
-
Add =head1 LICENSE and the text of the license to the main module in your code.
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- PostScript::File
- Text::CSV_XS
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- 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: Bar.pm, Key.pm, Paper.pm, Style.pm, XY.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.
- 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.
- 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:
- PostScript::Graph::Bar
- PostScript::Graph::Key
- PostScript::Graph::Paper
- PostScript::Graph::Sequence
- PostScript::Graph::Style
- PostScript::Graph::XY
- test_prereq_matches_use
-
List all modules used in the test suite in META.yml test_requires
Error:
- PostScript::File
- 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.02,0.03,0.04,0.05,0.08
- 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 |
---|---|---|---|
PostScript::Graph::Bar | draw a bar chart on a postscript file | 0.02 | metacpan |
PostScript::Graph::Key | a Key area for PostScript::Graph::Paper | 0.04 | metacpan |
PostScript::Graph::Paper | prepare blank graph for a postscript file | 0.08 | metacpan |
PostScript::Graph::Style | style settings for postscript objects | 0.05 | metacpan |
PostScript::Graph::XY | graph lines and points | 0.03 | metacpan |
Provides
Name | File | View |
---|---|---|
PostScript::Graph::Sequence | Style.pm | metacpan |