Kwalitee Issues

has_meta_yml

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

has_changelog

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

has_tests

Add tests!

has_proper_version

Remove all letters from the version number. If you want to mark a release as a developer release, use the scheme 'Module-1.00_01'

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.

use_strict

Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.

Error: PDF::API2::Color, PDF::API2::Lite, PDF::API2::UniMap, PDF::API2::Util, Text::PDF::AFont

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Text::PDF::Array
  • Text::PDF::Bool
  • Text::PDF::Dict
  • Text::PDF::Filter
  • Text::PDF::Name
  • Text::PDF::Number
  • Text::PDF::Objind
  • Text::PDF::Page
  • Text::PDF::Pages
  • Text::PDF::String
  • Text::PDF::TTFont
  • Text::PDF::TTFont0
  • Text::PDF::Utils

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: PDF-API2-0.2.3.7_dev/docs/tutorial-howto.pod -- Around line 9: '=item' outside of any '=over' =over without closing =back Around line 52: =end pod3pdf doesn't match =begin pod3pdf(400,70). (Stack: =over; =begin pod3pdf(400,70)) Around line 64: =end pod3pdf doesn't match =begin pod3pdf(400,200). (Stack: =over; =begin pod3pdf(400,70); =begin pod3pdf(400,200)) PDF-API2-0.2.3.7_dev/lib/PDF/API2/Color.pm -- Around line 174: '=item' outside of any '=over' PDF-API2-0.2.3.7_dev/lib/PDF/API2/Lite.pm -- Around line 47: '=item' outside of any '=over' Around line 660: You forgot a '=back' before '=head1' PDF-API2-0.2.3.7_dev/lib/PDF/API2.pm -- Around line 55: '=item' outside of any '=over' Around line 1190: You forgot a '=back' before '=head2' Around line 1194: '=item' outside of any '=over' Around line 1224: You forgot a '=back' before '=head2' Around line 1228: '=item' outside of any '=over' Around line 1256: You forgot a '=back' before '=head2' Around line 1479: '=item' outside of any '=over' Around line 1609: You forgot a '=back' before '=head2' Around line 1613: '=item' outside of any '=over' Around line 1808: You forgot a '=back' before '=head2' Around line 1810: '=item' outside of any '=over' Around line 1940: You forgot a '=back' before '=head2' Around line 1944: '=item' outside of any '=over' Around line 2000: You forgot a '=back' before '=head2' Around line 2004: '=item' outside of any '=over' Around line 2036: You forgot a '=back' before '=head2' Around line 2040: '=item' outside of any '=over' Around line 2235: You forgot a '=back' before '=head2' Around line 2239: '=item' outside of any '=over' Around line 2562: You forgot a '=back' before '=head2' Around line 2566: '=item' outside of any '=over' Around line 2804: You forgot a '=back' before '=head2' Around line 2808: '=item' outside of any '=over' Around line 3298: You forgot a '=back' before '=head2' Around line 3302: '=item' outside of any '=over' Around line 3904: You forgot a '=back' before '=head2' Around line 3908: '=item' outside of any '=over' Around line 4178: You forgot a '=back' before '=head2' Around line 4182: '=item' outside of any '=over' Around line 4262: You forgot a '=back' before '=head2' Around line 4276: '=item' outside of any '=over' Around line 4852: You forgot a '=back' before '=head2' Around line 4856: '=item' outside of any '=over' Around line 5071: You forgot a '=back' before '=head2' Around line 5073: '=item' outside of any '=over' Around line 6367: You forgot a '=back' before '=head1' PDF-API2-0.2.3.7_dev/lib/Text/PDF/Image.pm -- Around line 15: '=item' outside of any '=over' =over without closing =back PDF-API2-0.2.3.7_dev/lib/Text/PDF/ImageGD.pm -- Around line 16: '=item' outside of any '=over' =over without closing =back PDF-API2-0.2.3.7_dev/lib/Text/PDF/ImageJPEG.pm -- Around line 16: '=item' outside of any '=over' =over without closing =back PDF-API2-0.2.3.7_dev/lib/Text/PDF/ImagePNG.pm -- Around line 18: '=item' outside of any '=over' =over without closing =back PDF-API2-0.2.3.7_dev/lib/Text/PDF/ImagePPM.pm -- Around line 16: '=item' outside of any '=over' =over without closing =back

has_meta_json

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

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

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: PDF::API2, PDF::API2::Color, PDF::API2::Lite, PDF::API2::UniMap, PDF::API2::Util, Text::PDF::AFont, Text::PDF::FileAPI, Text::PDF::Image, Text::PDF::ImageGD, Text::PDF::ImageJPEG, Text::PDF::ImagePNG, Text::PDF::ImagePPM

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.5,20020418.102155,20020418.102156,20020423.125629

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
PDF::API2 The Next Generation API for creating and modifing PDFs. 20020423.125629 metacpan
PDF::API2::Color A OO-Color Module for PDFs. 20020418.102155 metacpan
PDF::API2::Lite 20020418.102155 metacpan
PDF::API2::UniMap 20020418.102155 metacpan
PDF::API2::Util 20020418.102156 metacpan
Text::PDF::AFont Embedding of Adobe PFB/PFA + AFM format fonts. Inherits from L<Text::PDF::Dict> 0.5 metacpan
Text::PDF::FileAPI metacpan
Text::PDF::Image metacpan
Text::PDF::ImageGD metacpan
Text::PDF::ImageJPEG metacpan
Text::PDF::ImagePNG metacpan
Text::PDF::ImagePPM metacpan

Provides

Name File View
PDF::API2::Annotation lib/PDF/API2.pm metacpan
PDF::API2::Barcode lib/PDF/API2.pm metacpan
PDF::API2::ColorSpace lib/PDF/API2.pm metacpan
PDF::API2::Content lib/PDF/API2.pm metacpan
PDF::API2::CoreFont lib/PDF/API2.pm metacpan
PDF::API2::ExtGState lib/PDF/API2.pm metacpan
PDF::API2::Font lib/PDF/API2.pm metacpan
PDF::API2::Gfx lib/PDF/API2.pm metacpan
PDF::API2::Hybrid lib/PDF/API2.pm metacpan
PDF::API2::IOString lib/PDF/API2.pm metacpan
PDF::API2::Image lib/PDF/API2.pm metacpan
PDF::API2::JPEG lib/PDF/API2.pm metacpan
PDF::API2::Matrix lib/PDF/API2.pm metacpan
PDF::API2::Outline lib/PDF/API2.pm metacpan
PDF::API2::Outlines lib/PDF/API2.pm metacpan
PDF::API2::PNG lib/PDF/API2.pm metacpan
PDF::API2::PPM lib/PDF/API2.pm metacpan
PDF::API2::PSFont lib/PDF/API2.pm metacpan
PDF::API2::Page lib/PDF/API2.pm metacpan
PDF::API2::Pattern lib/PDF/API2.pm metacpan
PDF::API2::PdfImage lib/PDF/API2.pm metacpan
PDF::API2::TTFont lib/PDF/API2.pm metacpan
PDF::API2::Text lib/PDF/API2.pm metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan