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_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

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.8/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.8/lib/PDF/API2/Color.pm -- Around line 175: '=item' outside of any '=over' PDF-API2-0.2.3.8/lib/PDF/API2/Lite.pm -- Around line 50: '=item' outside of any '=over' Around line 683: You forgot a '=back' before '=head1' PDF-API2-0.2.3.8/lib/PDF/API2/cFont.pm -- Around line 1279: '=item' outside of any '=over' Around line 1595: You forgot a '=back' before '=head1' Around line 1597: '=item' outside of any '=over' Around line 1670: You forgot a '=back' before '=head1' PDF-API2-0.2.3.8/lib/PDF/API2.pm -- Around line 61: '=item' outside of any '=over' Around line 1162: You forgot a '=back' before '=head2' Around line 1166: '=item' outside of any '=over' Around line 1210: You forgot a '=back' before '=head2' Around line 1214: '=item' outside of any '=over' Around line 1260: You forgot a '=back' before '=head2' Around line 1507: '=item' outside of any '=over' Around line 1659: You forgot a '=back' before '=head2' Around line 1663: '=item' outside of any '=over' Around line 1879: You forgot a '=back' before '=head2' Around line 1881: '=item' outside of any '=over' Around line 2044: You forgot a '=back' before '=head2' Around line 2048: '=item' outside of any '=over' Around line 2130: You forgot a '=back' before '=head2' Around line 2134: '=item' outside of any '=over' Around line 2190: You forgot a '=back' before '=head2' Around line 2194: '=item' outside of any '=over' Around line 2472: You forgot a '=back' before '=head2' Around line 2476: '=item' outside of any '=over' Around line 2892: You forgot a '=back' before '=head2' Around line 2896: '=item' outside of any '=over' Around line 3157: You forgot a '=back' before '=head2' Around line 3161: '=item' outside of any '=over' Around line 3669: You forgot a '=back' before '=head2' Around line 3673: '=item' outside of any '=over' Around line 4289: You forgot a '=back' before '=head2' Around line 4293: '=item' outside of any '=over' Around line 4887: You forgot a '=back' before '=head2' Around line 4891: '=item' outside of any '=over' Around line 5025: You forgot a '=back' before '=head2' Around line 5039: '=item' outside of any '=over' Around line 5638: You forgot a '=back' before '=head2' Around line 5642: '=item' outside of any '=over' Around line 5875: You forgot a '=back' before '=head2' Around line 5877: '=item' outside of any '=over' Around line 6544: You forgot a '=back' before '=head1' PDF-API2-0.2.3.8/lib/Text/PDF/AFont.pm -- Around line 690: '=item' outside of any '=over' Around line 709: You forgot a '=back' before '=head2' PDF-API2-0.2.3.8/lib/Text/PDF/Image.pm -- Around line 15: '=item' outside of any '=over' =over without closing =back PDF-API2-0.2.3.8/lib/Text/PDF/ImageGD.pm -- Around line 16: '=item' outside of any '=over' =over without closing =back PDF-API2-0.2.3.8/lib/Text/PDF/ImageJPEG.pm -- Around line 16: '=item' outside of any '=over' =over without closing =back PDF-API2-0.2.3.8/lib/Text/PDF/ImagePNG.pm -- Around line 18: '=item' outside of any '=over' =over without closing =back PDF-API2-0.2.3.8/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, PDF::API2::cFont, 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.002003008,0.5

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. 0.002003008 metacpan
PDF::API2::Color A OO-Color Module for PDFs. 0.002003008 metacpan
PDF::API2::Lite 0.002003008 metacpan
PDF::API2::UniMap 0.002003008 metacpan
PDF::API2::Util 0.002003008 metacpan
PDF::API2::cFont a perl-module providing core-font objects for both Text::PDF and PDF::API2. 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::Matrix lib/PDF/API2.pm metacpan
PDF::API2::Outline lib/PDF/API2.pm metacpan
PDF::API2::Outlines 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