Kwalitee Issues

extracts_nicely

Pack the distribution with a proper command such as "make dist" and "./Build dist", or use a distribution builder such as Dist::Zilla, Dist::Milla, Minilla.

Error: More than one top directories are found: COPYING;AUTHORS;ChangeLog;INSTALL;autogen.sh;Makefile.in;Makefile.am;aclocal.m4;NEWS;docs;test;HISTORY;configure.in;ming.i;ltmain.sh;ming.spec.in;TODO;LICENSE;configure;perl_ext;LICENSE_GPL2;README;ming.spec;config;install-sh;src;missing;mingpp.h;macros

has_meta_yml

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

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'

portable_filenames

Rename those files with alphanumerical characters, or maybe remove them because in many cases they are automatically generated for local installation.

Error:

  • docs/perl/SWF::Action.html
  • docs/perl/SWF::Bitmap.html
  • docs/perl/SWF::Button.html
  • docs/perl/SWF::Constants.html
  • docs/perl/SWF::DisplayItem.html
  • docs/perl/SWF::Fill.html
  • docs/perl/SWF::Font.html
  • docs/perl/SWF::Gradient.html
  • docs/perl/SWF::Morph.html
  • docs/perl/SWF::Movie.html
  • docs/perl/SWF::MyConfig.html
  • docs/perl/SWF::Shape.html
  • docs/perl/SWF::Sound.html
  • docs/perl/SWF::SoundInstance.html
  • docs/perl/SWF::SoundStream.html
  • docs/perl/SWF::Sprite.html
  • docs/perl/SWF::Text.html
  • docs/perl/SWF::TextField.html
  • docs/perl/SWF::VideoStream.html
  • docs/perlman/SWF::Action.3pm
  • docs/perlman/SWF::Bitmap.3pm
  • docs/perlman/SWF::Button.3pm
  • docs/perlman/SWF::Constants.3pm
  • docs/perlman/SWF::DisplayItem.3pm
  • docs/perlman/SWF::Fill.3pm
  • docs/perlman/SWF::Font.3pm
  • docs/perlman/SWF::Gradient.3pm
  • docs/perlman/SWF::Morph.3pm
  • docs/perlman/SWF::Movie.3pm
  • docs/perlman/SWF::MyConfig.3pm
  • docs/perlman/SWF::Shape.3pm
  • docs/perlman/SWF::Sound.3pm
  • docs/perlman/SWF::SoundInstance.3pm
  • docs/perlman/SWF::SoundStream.3pm
  • docs/perlman/SWF::Sprite.3pm
  • docs/perlman/SWF::Text.3pm
  • docs/perlman/SWF::TextField.3pm
  • docs/perlman/SWF::VideoStream.3pm

has_license_in_source_file

Add =head1 LICENSE and the text of the license to the main module in your code.

manifest_matches_dist

Run a proper command ("make manifest" or "./Build manifest", maybe with a force option), or use a distribution builder to generate the MANIFEST. Or update MANIFEST manually.

Error: Cannot find MANIFEST in dist.

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: SWF::Action, SWF::Bitmap, SWF::Button, SWF::Constants, SWF::DisplayItem, SWF::Fill, SWF::Font, SWF::Gradient, SWF::Morph, SWF::Shape, SWF::Text, SWF::TextField

main_module_version_matches_dist_version

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

has_meta_json

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

proper_libs

Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.

Error: perl_ext/SWF.pm, perl_ext/SWF/Action.pm, perl_ext/SWF/Bitmap.pm, perl_ext/SWF/Button.pm, perl_ext/SWF/Constants.pm, perl_ext/SWF/DisplayItem.pm, perl_ext/SWF/Fill.pm, perl_ext/SWF/Font.pm, perl_ext/SWF/Gradient.pm, perl_ext/SWF/Morph.pm, perl_ext/SWF/Movie.pm, perl_ext/SWF/Shape.pm, perl_ext/SWF/Sound.pm, perl_ext/SWF/SoundInstance.pm, perl_ext/SWF/SoundStream.pm, perl_ext/SWF/Sprite.pm, perl_ext/SWF/Text.pm, perl_ext/SWF/TextField.pm, perl_ext/SWF/VideoStream.pm

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: SWF, SWF::Action, SWF::Bitmap, SWF::Button, SWF::Constants, SWF::DisplayItem, SWF::Fill, SWF::Font, SWF::Gradient, SWF::Morph, SWF::Movie, SWF::Shape, SWF::Sound, SWF::SoundInstance, SWF::SoundStream, SWF::Sprite, SWF::Text, SWF::TextField, SWF::VideoStream

no_invalid_versions

Fix the version numbers so that version::is_lax($version) returns true.

Error:

  • perl_ext/SWF.pm: HASH(0x55a4412f73c0)
  • perl_ext/SWF/Action.pm: HASH(0x55a44131bd80)
  • perl_ext/SWF/Bitmap.pm: HASH(0x55a4413238c8)
  • perl_ext/SWF/Button.pm: HASH(0x55a4412fa500)
  • perl_ext/SWF/Constants.pm: HASH(0x55a43e5f4778)
  • perl_ext/SWF/DisplayItem.pm: HASH(0x55a43ecd63a0)
  • perl_ext/SWF/Fill.pm: HASH(0x55a441302f58)
  • perl_ext/SWF/Font.pm: HASH(0x55a441292570)
  • perl_ext/SWF/Gradient.pm: HASH(0x55a44131ea70)
  • perl_ext/SWF/Morph.pm: HASH(0x55a440a754a0)
  • perl_ext/SWF/Movie.pm: HASH(0x55a43ecd5a70)
  • perl_ext/SWF/Shape.pm: HASH(0x55a44132bfa8)
  • perl_ext/SWF/Sound.pm: HASH(0x55a441089308)
  • perl_ext/SWF/SoundInstance.pm: HASH(0x55a44107d188)
  • perl_ext/SWF/SoundStream.pm: HASH(0x55a43ecef268)
  • perl_ext/SWF/Sprite.pm: HASH(0x55a44115f348)
  • perl_ext/SWF/Text.pm: HASH(0x55a4411410a8)
  • perl_ext/SWF/TextField.pm: HASH(0x55a4412bb448)
  • perl_ext/SWF/VideoStream.pm: HASH(0x55a441323550)

Modules

Name Abstract Version View
SWF metacpan
SWF::Action SWF action class metacpan
SWF::Bitmap Bitmap class metacpan
SWF::Button SWF button class metacpan
SWF::Constants Constants defined in ming metacpan
SWF::DisplayItem SWF DisplayItem class metacpan
SWF::Fill metacpan
SWF::Font metacpan
SWF::Gradient metacpan
SWF::Morph SWF Morph Class metacpan
SWF::Movie SWF Movie class metacpan
SWF::Shape Shape class metacpan
SWF::Sound SWF Sound class metacpan
SWF::SoundInstance metacpan
SWF::SoundStream metacpan
SWF::Sprite Sprite (MovieClip) Class metacpan
SWF::Text metacpan
SWF::TextField SWF TextField class metacpan
SWF::VideoStream SWF Video class metacpan

Other Files

ChangeLog metacpan
README metacpan
perl_ext/MANIFEST metacpan
perl_ext/Makefile.PL metacpan