Kwalitee Issues

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.

has_tests_in_t_dir

Add tests or move tests.pl to the t/ directory!

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: BinStream.pm, Element.pm, File.pm, Parser.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.

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::BinStream, SWF::BinStream::Codec::Zlib, SWF::BinStream::File, SWF::Element, SWF::File, SWF::Parser

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.01,0.031,0.042,0.061,0.08,0.28

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_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
SWF::BinStream Read and write binary stream. 0.08 metacpan
SWF::BinStream::Codec::Zlib SWF::BinStream codec to add zlib-compression/decompression. 0.01 metacpan
SWF::BinStream::File Read and write file as binary stream. 0.042 metacpan
SWF::Element Classes of SWF tags and elements. 0.28 metacpan
SWF::File Create SWF file. 0.031 metacpan
SWF::Parser Parse SWF file. 0.061 metacpan

Provides

Name File View
SWF::BinStream::Codec::Zlib::Read lib/SWF/BinStream/Codec/Zlib.pm metacpan
SWF::BinStream::Codec::Zlib::Write lib/SWF/BinStream/Codec/Zlib.pm metacpan
SWF::BinStream::File::Read lib/SWF/BinStream/File.pm metacpan
SWF::BinStream::File::Write lib/SWF/BinStream/File.pm metacpan
SWF::BinStream::Read BinStream.pm metacpan
SWF::BinStream::Write BinStream.pm metacpan
SWF::BinStream::Write::SubStream BinStream.pm metacpan
SWF::Element::ACTIONDATA Element.pm metacpan
SWF::Element::ACTIONDATA::Boolean Element.pm metacpan
SWF::Element::ACTIONDATA::Double Element.pm metacpan
SWF::Element::ACTIONDATA::Integer Element.pm metacpan
SWF::Element::ACTIONDATA::Lookup Element.pm metacpan
SWF::Element::ACTIONDATA::NULL Element.pm metacpan
SWF::Element::ACTIONDATA::Property Element.pm metacpan
SWF::Element::ACTIONDATA::Register Element.pm metacpan
SWF::Element::ACTIONDATA::String Element.pm metacpan
SWF::Element::ACTIONDATA::UNDEF Element.pm metacpan
SWF::Element::ACTIONRECORD Element.pm metacpan
SWF::Element::ACTIONRECORD::ActionDefineFunction Element.pm metacpan
SWF::Element::ACTIONRECORD::ActionJump Element.pm metacpan
SWF::Element::ACTIONRECORD::ActionWaitForFrame Element.pm metacpan
SWF::Element::ACTIONRECORD::ActionWaitForFrame2 Element.pm metacpan
SWF::Element::ACTIONRECORD::ActionWith Element.pm metacpan
SWF::Element::ACTIONTagNumber Element.pm metacpan
SWF::Element::Array Element.pm metacpan
SWF::Element::Array1 Element.pm metacpan
SWF::Element::Array2 Element.pm metacpan
SWF::Element::Array3 Element.pm metacpan
SWF::Element::Array::ACTIONDATAARRAY Element.pm metacpan
SWF::Element::Array::ACTIONRECORDARRAY Element.pm metacpan
SWF::Element::Array::BUTTONCONDACTIONARRAY Element.pm metacpan
SWF::Element::Array::CODETABLE Element.pm metacpan
SWF::Element::Array::FONTADVANCETABLE Element.pm metacpan
SWF::Element::Array::FONTBOUNDSTABLE Element.pm metacpan
SWF::Element::Array::GLYPHENTRYARRAY Element.pm metacpan
SWF::Element::Array::GLYPHSHAPEARRAY1 Element.pm metacpan
SWF::Element::Array::GLYPHSHAPEARRAY2 Element.pm metacpan
SWF::Element::Array::STRINGARRAY Element.pm metacpan
SWF::Element::Array::Scalar Element.pm metacpan
SWF::Element::Array::TEXTRECORDARRAY1 Element.pm metacpan
SWF::Element::BUTTONCONDACTION Element.pm metacpan
SWF::Element::BUTTONRECORD1 Element.pm metacpan
SWF::Element::BUTTONRECORD2 Element.pm metacpan
SWF::Element::BinData Element.pm metacpan
SWF::Element::CLIPACTIONRECORD Element.pm metacpan
SWF::Element::CXFORM Element.pm metacpan
SWF::Element::Depth Element.pm metacpan
SWF::Element::FILLSTYLE1 Element.pm metacpan
SWF::Element::FONTKERNINGTABLE Element.pm metacpan
SWF::Element::GLYPHENTRY Element.pm metacpan
SWF::Element::ID Element.pm metacpan
SWF::Element::MATRIX Element.pm metacpan
SWF::Element::MORPHFILLSTYLE Element.pm metacpan
SWF::Element::PSTRING Element.pm metacpan
SWF::Element::RECT Element.pm metacpan
SWF::Element::SHAPE Element.pm metacpan
SWF::Element::SHAPERECORD1 Element.pm metacpan
SWF::Element::SHAPERECORD1::STYLECHANGERECORD Element.pm metacpan
SWF::Element::SHAPERECORD2::STYLECHANGERECORD Element.pm metacpan
SWF::Element::SHAPERECORDn::CURVEDEDGERECORD Element.pm metacpan
SWF::Element::SHAPERECORDn::STRAIGHTEDGERECORD Element.pm metacpan
SWF::Element::SHAPEWITHSTYLE1 Element.pm metacpan
SWF::Element::SOUNDINFO Element.pm metacpan
SWF::Element::STRING Element.pm metacpan
SWF::Element::Scalar Element.pm metacpan
SWF::Element::TAGSTREAM Element.pm metacpan
SWF::Element::TEXTRECORD1 Element.pm metacpan
SWF::Element::TEXTRECORD1::TYPE1 Element.pm metacpan
SWF::Element::Tag Element.pm metacpan
SWF::Element::Tag::DefineBits Element.pm metacpan
SWF::Element::Tag::DefineBitsJPEG2 Element.pm metacpan
SWF::Element::Tag::DefineBitsJPEG3 Element.pm metacpan
SWF::Element::Tag::DefineBitsLossless Element.pm metacpan
SWF::Element::Tag::DefineButton2 Element.pm metacpan
SWF::Element::Tag::DefineButtonSound Element.pm metacpan
SWF::Element::Tag::DefineEditText Element.pm metacpan
SWF::Element::Tag::DefineFont2 Element.pm metacpan
SWF::Element::Tag::DefineFontInfo Element.pm metacpan
SWF::Element::Tag::DefineFontInfo2 Element.pm metacpan
SWF::Element::Tag::DefineMorphShape Element.pm metacpan
SWF::Element::Tag::DefineSound Element.pm metacpan
SWF::Element::Tag::DefineSprite Element.pm metacpan
SWF::Element::Tag::DefineVideoStream Element.pm metacpan
SWF::Element::Tag::FrameLabel Element.pm metacpan
SWF::Element::Tag::Identified Element.pm metacpan
SWF::Element::Tag::JPEGTables Element.pm metacpan
SWF::Element::Tag::PlaceObject Element.pm metacpan
SWF::Element::Tag::PlaceObject2 Element.pm metacpan
SWF::Element::Tag::Protect Element.pm metacpan
SWF::Element::Tag::ShowFrame Element.pm metacpan
SWF::Element::Tag::SoundStreamBlock Element.pm metacpan
SWF::Element::Tag::SoundStreamHead Element.pm metacpan
SWF::Element::Tag::SoundStreamHead2 Element.pm metacpan
SWF::Element::Tag::Unknown Element.pm metacpan
SWF::Element::Tag::VideoFrame Element.pm metacpan

Other Files

Changes metacpan
MANIFEST metacpan
META.yml metacpan
Makefile.PL metacpan
README metacpan