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'

buildtool_not_executable

Change the permissions of Build.PL/Makefile.PL to not-executable.

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.0_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.0_dev/lib/PDF/API2/Color.pm -- Around line 174: '=item' outside of any '=over' PDF-API2-0.2.3.0_dev/lib/PDF/API2/Lite.pm -- Around line 47: '=item' outside of any '=over' Around line 664: You forgot a '=back' before '=head1' PDF-API2-0.2.3.0_dev/lib/PDF/API2.pm -- Around line 55: '=item' outside of any '=over' Around line 1225: You forgot a '=back' before '=head2' Around line 1229: '=item' outside of any '=over' Around line 1259: You forgot a '=back' before '=head2' Around line 1263: '=item' outside of any '=over' Around line 1291: You forgot a '=back' before '=head2' Around line 1514: '=item' outside of any '=over' Around line 1644: You forgot a '=back' before '=head2' Around line 1648: '=item' outside of any '=over' Around line 1843: You forgot a '=back' before '=head2' Around line 1845: '=item' outside of any '=over' Around line 1976: You forgot a '=back' before '=head2' Around line 1980: '=item' outside of any '=over' Around line 2126: You forgot a '=back' before '=head2' Around line 2130: '=item' outside of any '=over' Around line 2186: You forgot a '=back' before '=head2' Around line 2190: '=item' outside of any '=over' Around line 2222: You forgot a '=back' before '=head2' Around line 2226: '=item' outside of any '=over' Around line 2421: You forgot a '=back' before '=head2' Around line 2425: '=item' outside of any '=over' Around line 2745: You forgot a '=back' before '=head2' Around line 2749: '=item' outside of any '=over' Around line 2913: You forgot a '=back' before '=head2' Around line 2917: '=item' outside of any '=over' Around line 3407: You forgot a '=back' before '=head2' Around line 3411: '=item' outside of any '=over' Around line 4013: You forgot a '=back' before '=head2' Around line 4017: '=item' outside of any '=over' Around line 4277: You forgot a '=back' before '=head2' Around line 4281: '=item' outside of any '=over' Around line 4361: You forgot a '=back' before '=head2' Around line 4375: '=item' outside of any '=over' Around line 4951: You forgot a '=back' before '=head2' Around line 4955: '=item' outside of any '=over' Around line 5166: You forgot a '=back' before '=head2' Around line 5168: '=item' outside of any '=over' Around line 6448: You forgot a '=back' before '=head1'

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

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,20011128.220656,20011128.230503,20020224.204457,20020314.221451

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. 20020314.221451 metacpan
PDF::API2::Color A OO-Color Module for PDFs. 20011128.220656 metacpan
PDF::API2::Lite 20020224.204457 metacpan
PDF::API2::UniMap 20011128.220656 metacpan
PDF::API2::Util 20011128.230503 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

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
PDF::API2::xFont lib/PDF/API2.pm metacpan

Other Files

MANIFEST metacpan
Makefile.PL metacpan