Kwalitee Issues

has_changelog

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

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: Algorithm-Easing-0.8/lib/Algorithm/Easing/Backdraft.pm -- Around line 93: =over should be: '=over' or '=over positive_number' You can't have =items (as at line 109) unless the first thing after the =over is an =item Around line 154: =back doesn't take any parameters, but you said =back =head1 AUTHOR Around line 166: =back without =over Algorithm-Easing-0.8/lib/Algorithm/Easing/Bounce.pm -- Around line 107: =over should be: '=over' or '=over positive_number' Around line 123: =over should be: '=over' or '=over positive_number' You can't have =items (as at line 139) unless the first thing after the =over is an =item Around line 184: =back doesn't take any parameters, but you said =back =head1 AUTHOR Around line 189: You forgot a '=back' before '=head1' Around line 196: =back without =over Algorithm-Easing-0.8/lib/Algorithm/Easing/Circular.pm -- Around line 96: =over should be: '=over' or '=over positive_number' Around line 112: =over should be: '=over' or '=over positive_number' You can't have =items (as at line 128) unless the first thing after the =over is an =item Around line 173: =back doesn't take any parameters, but you said =back =head1 AUTHOR Around line 178: You forgot a '=back' before '=head1' Around line 185: =back without =over Algorithm-Easing-0.8/lib/Algorithm/Easing/Cubic.pm -- Around line 95: =over should be: '=over' or '=over positive_number' Around line 111: =over should be: '=over' or '=over positive_number' You can't have =items (as at line 127) unless the first thing after the =over is an =item Around line 172: =back doesn't take any parameters, but you said =back =head1 AUTHOR Around line 177: You forgot a '=back' before '=head1' Around line 184: =back without =over Algorithm-Easing-0.8/lib/Algorithm/Easing/Ease.pm -- Around line 40: =over should be: '=over' or '=over positive_number' Around line 54: =over should be: '=over' or '=over positive_number' Around line 70: =back doesn't take any parameters, but you said =back =head1 AUTHOR Around line 75: You forgot a '=back' before '=head1' Around line 82: =back without =over Algorithm-Easing-0.8/lib/Algorithm/Easing/Elastic.pm -- Around line 134: =over should be: '=over' or '=over positive_number' Around line 150: =over should be: '=over' or '=over positive_number' You can't have =items (as at line 166) unless the first thing after the =over is an =item Around line 211: =back doesn't take any parameters, but you said =back =head1 AUTHOR Around line 216: You forgot a '=back' before '=head1' Around line 223: =back without =over Algorithm-Easing-0.8/lib/Algorithm/Easing/Exponential.pm -- Around line 103: =over should be: '=over' or '=over positive_number' Around line 119: =over should be: '=over' or '=over positive_number' You can't have =items (as at line 135) unless the first thing after the =over is an =item Around line 180: =back doesn't take any parameters, but you said =back =head1 AUTHOR Around line 185: You forgot a '=back' before '=head1' Around line 192: =back without =over Algorithm-Easing-0.8/lib/Algorithm/Easing/Linear.pm -- Around line 91: =over should be: '=over' or '=over positive_number' Around line 107: =over should be: '=over' or '=over positive_number' You can't have =items (as at line 123) unless the first thing after the =over is an =item Around line 168: =back doesn't take any parameters, but you said =back =head1 AUTHOR Around line 173: You forgot a '=back' before '=head1' Around line 180: =back without =over Algorithm-Easing-0.8/lib/Algorithm/Easing/Quadratic.pm -- Around line 94: =over should be: '=over' or '=over positive_number' Around line 110: =over should be: '=over' or '=over positive_number' You can't have =items (as at line 126) unless the first thing after the =over is an =item Around line 171: =back doesn't take any parameters, but you said =back =head1 AUTHOR Around line 176: You forgot a '=back' before '=head1' Around line 183: =back without =over Algorithm-Easing-0.8/lib/Algorithm/Easing/Quartinion.pm -- Around line 95: =over should be: '=over' or '=over positive_number' Around line 111: =over should be: '=over' or '=over positive_number' You can't have =items (as at line 127) unless the first thing after the =over is an =item Around line 172: =back doesn't take any parameters, but you said =back =head1 AUTHOR Around line 177: You forgot a '=back' before '=head1' Around line 184: =back without =over Algorithm-Easing-0.8/lib/Algorithm/Easing/Quintonion.pm -- Around line 95: =over should be: '=over' or '=over positive_number' Around line 111: =over should be: '=over' or '=over positive_number' You can't have =items (as at line 127) unless the first thing after the =over is an =item Around line 172: =back doesn't take any parameters, but you said =back =head1 AUTHOR Around line 177: You forgot a '=back' before '=head1' Around line 184: =back without =over Algorithm-Easing-0.8/lib/Algorithm/Easing/Sinusoidal.pm -- Around line 91: =over should be: '=over' or '=over positive_number' Around line 107: =over should be: '=over' or '=over positive_number' You can't have =items (as at line 123) unless the first thing after the =over is an =item Around line 168: =back doesn't take any parameters, but you said =back =head1 AUTHOR Around line 173: You forgot a '=back' before '=head1' Around line 180: =back without =over Algorithm-Easing-0.8/lib/Algorithm/Easing.pm -- Around line 119: '=item' outside of any '=over' Around line 164: =back doesn't take any parameters, but you said =back =head1 AUTHOR Around line 176: =back without =over

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.

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.

meta_yml_has_repository_resource

Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).

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
Algorithm::Easing Calculate eased translations between two positive whole integer values over time metacpan
Algorithm::Easing::Backdraft Calculate eased translations between two positive whole integer values over time metacpan
Algorithm::Easing::Bounce Calculate eased translations between two positive whole integer values over time metacpan
Algorithm::Easing::Circular Calculate eased translations between two positive whole integer values over time metacpan
Algorithm::Easing::Cubic Calculate eased translations between two positive whole integer values over time metacpan
Algorithm::Easing::Ease This is the base class for an ease. metacpan
Algorithm::Easing::Elastic Calculate eased translations between two positive whole integer values over time metacpan
Algorithm::Easing::Exponential Calculate eased translations between two positive whole integer values over time metacpan
Algorithm::Easing::Linear Calculate eased translations between two positive whole integer values over time metacpan
Algorithm::Easing::Mediator metacpan
Algorithm::Easing::Quadratic Calculate eased translations between two positive whole integer values over time metacpan
Algorithm::Easing::Quartinion Calculate eased translations between two positive whole integer values over time metacpan
Algorithm::Easing::Quintonion Calculate eased translations between two positive whole integer values over time metacpan
Algorithm::Easing::Sinusoidal Calculate eased translations between two positive whole integer values over time metacpan

Other Files

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