Kwalitee Issues

has_changelog

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

prereq_matches_use

List all used modules in META.yml requires

Error:

  • Image::SVG::Transform

main_module_version_matches_dist_version

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

meta_yml_declares_perl_version

If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.

has_meta_json

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

test_prereq_matches_use

List all modules used in the test suite in META.yml test_requires

Error:

  • Image::SVG::Transform

meta_yml_has_provides

Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.

Modules

Name Abstract Version View
SVG::Estimate Estimates the length of all the vectors in an SVG file. metacpan
SVG::Estimate::Circle Handles estimating circles. metacpan
SVG::Estimate::Ellipse Handles estimating ellipses. metacpan
SVG::Estimate::Line Handles estimating straight lines. metacpan
SVG::Estimate::Path Handles estimating arbitrary vectors. metacpan
SVG::Estimate::Path::Arc Handles estimating arcs. metacpan
SVG::Estimate::Path::Command Base class for all path calculations. metacpan
SVG::Estimate::Path::CubicBezier Handles estimating cubic bezier curves. metacpan
SVG::Estimate::Path::HorizontalLineto Handles estimating horizontal lines. metacpan
SVG::Estimate::Path::Lineto Handles estimating diagonal lines. metacpan
SVG::Estimate::Path::Moveto Handles estimating non-drawn movement. metacpan
SVG::Estimate::Path::QuadraticBezier Handles estimating quadratic bezier curves. metacpan
SVG::Estimate::Path::VerticalLineto Handles estimating vertical lines. metacpan
SVG::Estimate::Polygon Handles estimating shapes of more than 3 points with straight lines between the points. metacpan
SVG::Estimate::Polyline Handles estimating multi-part lines. metacpan
SVG::Estimate::Rect Handles estimating rectangles. metacpan
SVG::Estimate::Role::EndToPoint metacpan
SVG::Estimate::Role::MakePolygon metacpan
SVG::Estimate::Role::Pythagorean metacpan
SVG::Estimate::Role::Round metacpan
SVG::Estimate::Role::SegmentLength metacpan
SVG::Estimate::Shape Base class for all other shape calculations. metacpan

Other Files

MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan
dist.ini metacpan