Kwalitee Issues

has_readme

Add a README to the distribution. It should contain a quick description of your module and how to install it.

buildtool_not_executable

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

main_module_version_matches_dist_version

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

valid_signature

Sign the dist as the last step before creating the archive. Take care not to modify/regenerate dist meta files or the manifest.

Error: Old SIGNATURE detected. Please inform the module author to regenerate SIGNATURE using Module::Signature version 0.82 or newer. gpg: Signature made Wed 14 Mar 2012 09:08:58 AM JST gpg: using DSA key 2C5302215F6ADD3A gpg: Can't check signature: No public key ==> BAD/TAMPERED signature detected! <==

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: devel/old/Coord.pm, devel/OrNone.pm, devel/Caca.pm, devel/Xmotif-Drawable.pm, devel/Xmotif-Pixmap.pm, devel/MathSequence.pm

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: App::MathImage, App::MathImage::Curses::Drawing, App::MathImage::Generator, App::MathImage::Gtk1::AboutDialog, App::MathImage::Gtk1::Drawing, App::MathImage::Gtk1::Ex::ComboBits, App::MathImage::Gtk1::Ex::IdleHandler, App::MathImage::Gtk1::Ex::SignalIds, App::MathImage::Gtk1::Ex::SpinButtonBits, App::MathImage::Gtk1::Ex::Units, App::MathImage::Gtk1::Ex::WidgetBits, App::MathImage::Gtk1::Generator, App::MathImage::Image::Base::BMP, App::MathImage::Image::Base::LifeBitmap, App::MathImage::Image::Base::LifeRLE, App::MathImage::Image::Base::Other, App::MathImage::Image::Base::Wx::DC, App::MathImage::Image::Base::X::Drawable, App::MathImage::Image::Base::X::Pixmap, App::MathImage::Image::Base::XpmClipped, App::MathImage::Wx::Drawing, App::MathImage::Wx::Generator, App::MathImage::Wx::Main, App::MathImage::Wx::Params::Boolean, App::MathImage::Wx::Params::Enum, App::MathImage::Wx::Params::Filename, App::MathImage::Wx::Params::Float, App::MathImage::Wx::Params::Integer, App::MathImage::Wx::Params::String, App::MathImage::X11::Generator, App::MathImage::X11::Protocol::Async, App::MathImage::X11::Protocol::EventHandlerExtra, App::MathImage::X11::Protocol::EventMaskExtra, App::MathImage::X11::Protocol::Splash, Math::NumSeq::Derived::MathImageCumulative, Math::NumSeq::MathImageAbsCubicDiff, Math::NumSeq::MathImageBinaryUndulants, Math::NumSeq::MathImageCunninghamChain, Math::NumSeq::MathImageCunninghamPrimes, Math::NumSeq::MathImageDeletablePrimes, Math::NumSeq::MathImageDigitExtract, Math::NumSeq::MathImageErdosSelfridgeClass, Math::NumSeq::MathImageGolayRudinShapiro, Math::NumSeq::MathImageHypotCount, Math::NumSeq::MathImageKolakoskiGroups, Math::NumSeq::MathImageLines, Math::NumSeq::MathImageLinesLevel, Math::NumSeq::MathImageLinesTree, Math::NumSeq::MathImageLn2Bits, Math::NumSeq::MathImageLoeschian, Math::NumSeq::MathImageMathSequence, Math::NumSeq::MathImagePadovan, Math::NumSeq::MathImagePiBits, Math::NumSeq::MathImagePiDigits, Math::NumSeq::MathImagePierpontPrimes, Math::NumSeq::MathImagePrimeIndexCount, Math::NumSeq::MathImagePrimeIndexPrimes, Math::NumSeq::MathImagePrimeQuadraticEuler, Math::NumSeq::MathImagePrimeQuadraticHonaker, Math::NumSeq::MathImagePrimeQuadraticLegendre, Math::NumSeq::MathImageReplicateDigits, Math::NumSeq::MathImageSlopingBinaryExcluded, Math::NumSeq::MathImageSpectrum, Math::NumSeq::MathImageSumTwoSquares, Math::NumSeq::MathImageSumXsq3Ysq, Math::PlanePath::MathImageCCurve, Math::PlanePath::MathImageDekkingCurve, Math::PlanePath::MathImageDekkingStraight, Math::PlanePath::MathImageGrayCode, Math::PlanePath::MathImageMooreSpiral, Math::PlanePath::MathImagePeanoHalf, Math::PlanePath::MathImagePeanoRounded, Math::PlanePath::MathImagePyramidReplicate, Math::PlanePath::MathImageQuintetSide, Math::PlanePath::MathImageSierpinskiCurveSquared, Math::PlanePath::MathImageWunderlichSerpentine

consistent_version

Split the distribution, or fix the version numbers to make them consistent (use the highest version number to avoid version downgrade).

Error: 66,96

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
App::MathImage math-image application module 96 metacpan
App::MathImage::Coord 66 metacpan
App::MathImage::Curses::Drawing 96 metacpan
App::MathImage::Curses::Main 96 metacpan
App::MathImage::Generator 96 metacpan
App::MathImage::Gtk1::AboutDialog about dialog module 96 metacpan
App::MathImage::Gtk1::Drawing 96 metacpan
App::MathImage::Gtk1::Ex::ComboBits 96 metacpan
App::MathImage::Gtk1::Ex::IdleHandler 96 metacpan
App::MathImage::Gtk1::Ex::SignalIds 96 metacpan
App::MathImage::Gtk1::Ex::SpinButtonBits 96 metacpan
App::MathImage::Gtk1::Ex::SyncCall 96 metacpan
App::MathImage::Gtk1::Ex::Units 96 metacpan
App::MathImage::Gtk1::Ex::WidgetBits 96 metacpan
App::MathImage::Gtk1::Generator 96 metacpan
App::MathImage::Gtk1::Main 96 metacpan
App::MathImage::Gtk2::AboutDialog about dialog module 96 metacpan
App::MathImage::Gtk2::Drawing 96 metacpan
App::MathImage::Gtk2::Drawing::Values 96 metacpan
App::MathImage::Gtk2::Ex::AdjustmentBits helpers for Gtk2::Adjustment objects 96 metacpan
App::MathImage::Gtk2::Ex::ArrowButton button with a direction arrow 96 metacpan
App::MathImage::Gtk2::Ex::GdkColorBits misc GdkColor helpers 96 metacpan
App::MathImage::Gtk2::Ex::Menu::ForComboBox 96 metacpan
App::MathImage::Gtk2::Ex::PixbufBits misc Gtk2::Gdk::Pixbuf helpers 96 metacpan
App::MathImage::Gtk2::Ex::RadioMenuItem::OrNone radio menu item allowing none set 96 metacpan
App::MathImage::Gtk2::Ex::Statusbar::PointerPosition 96 metacpan
App::MathImage::Gtk2::Ex::ToolItem::ComboText 96 metacpan
App::MathImage::Gtk2::Ex::ToolItem::ComboText::MenuItem 96 metacpan
App::MathImage::Gtk2::Ex::ToolItem::ComboText::MenuView 96 metacpan
App::MathImage::Gtk2::FractionEntry 96 metacpan
App::MathImage::Gtk2::Generator 96 metacpan
App::MathImage::Gtk2::Main 96 metacpan
App::MathImage::Gtk2::OeisEntry 96 metacpan
App::MathImage::Gtk2::OeisEntryMenu menu of things in an OEIS entrybox 96 metacpan
App::MathImage::Gtk2::Params 96 metacpan
App::MathImage::Gtk2::Params::Boolean 96 metacpan
App::MathImage::Gtk2::Params::Enum 96 metacpan
App::MathImage::Gtk2::Params::Filename 96 metacpan
App::MathImage::Gtk2::Params::Float 96 metacpan
App::MathImage::Gtk2::Params::Float::Expression 96 metacpan
App::MathImage::Gtk2::Params::Integer 96 metacpan
App::MathImage::Gtk2::Params::Integer::CellularRule 96 metacpan
App::MathImage::Gtk2::Params::String 96 metacpan
App::MathImage::Gtk2::PodDialog program POD dialog 96 metacpan
App::MathImage::Gtk2::SaveDialog 96 metacpan
App::MathImage::Gtk2::X11 96 metacpan
App::MathImage::Image::Base::BMP draw BMP images using Image::BMP 96 metacpan
App::MathImage::Image::Base::Caca draw images using Term::Caca 96 metacpan
App::MathImage::Image::Base::LifeBitmap game of life cellular bitmap in RLE format 96 metacpan
App::MathImage::Image::Base::LifeRLE game of life cellular grids in RLE format 96 metacpan
App::MathImage::Image::Base::Other 96 metacpan
App::MathImage::Image::Base::Wx::DC draw into a Wx::DC 96 metacpan
App::MathImage::Image::Base::X::Drawable 96 metacpan
App::MathImage::Image::Base::X::Pixmap 96 metacpan
App::MathImage::Image::Base::XpmClipped 96 metacpan
App::MathImage::Prima::About 96 metacpan
App::MathImage::Prima::Drawing 96 metacpan
App::MathImage::Prima::Generator 96 metacpan
App::MathImage::Prima::Main 96 metacpan
App::MathImage::Tk::About 96 metacpan
App::MathImage::Tk::Diagnostics 96 metacpan
App::MathImage::Tk::Drawing 96 metacpan
App::MathImage::Tk::Main 96 metacpan
App::MathImage::Tk::SaveDialog 96 metacpan
App::MathImage::Wx::Drawing 96 metacpan
App::MathImage::Wx::Generator 96 metacpan
App::MathImage::Wx::Main 96 metacpan
App::MathImage::Wx::Params 96 metacpan
App::MathImage::Wx::Params::Boolean 96 metacpan
App::MathImage::Wx::Params::Enum 96 metacpan
App::MathImage::Wx::Params::Filename 96 metacpan
App::MathImage::Wx::Params::Float 96 metacpan
App::MathImage::Wx::Params::Integer 96 metacpan
App::MathImage::Wx::Params::String 96 metacpan
App::MathImage::X11::Generator 96 metacpan
App::MathImage::X11::Protocol::Async 96 metacpan
App::MathImage::X11::Protocol::EventHandlerExtra 96 metacpan
App::MathImage::X11::Protocol::EventMaskExtra 96 metacpan
App::MathImage::X11::Protocol::Splash temporary splash window 96 metacpan
Math::NumSeq::Base::MathImageFile 96 metacpan
Math::NumSeq::Base::MathImageFileWriter 96 metacpan
Math::NumSeq::Derived::MathImageCumulative cumulative sum of a sequence 96 metacpan
Math::NumSeq::MathImageAbsCubicDiff 96 metacpan
Math::NumSeq::MathImageBinaryUndulants 96 metacpan
Math::NumSeq::MathImageCunninghamChain 96 metacpan
Math::NumSeq::MathImageCunninghamPrimes 96 metacpan
Math::NumSeq::MathImageDeletablePrimes 96 metacpan
Math::NumSeq::MathImageDigitExtract one of the digits of integers 0 upwards 96 metacpan
Math::NumSeq::MathImageErdosSelfridgeClass 96 metacpan
Math::NumSeq::MathImageGolayRudinShapiro numbers with odd number of "11" adjacent 1-bits 96 metacpan
Math::NumSeq::MathImageHypotCount how many times as a Pythagorean hypotenuse 96 metacpan
Math::NumSeq::MathImageKolakoskiGroups majority value in groups of Kolakoski values 96 metacpan
Math::NumSeq::MathImageLines 96 metacpan
Math::NumSeq::MathImageLinesLevel 96 metacpan
Math::NumSeq::MathImageLinesTree 96 metacpan
Math::NumSeq::MathImageLn2Bits 96 metacpan
Math::NumSeq::MathImageLoeschian 96 metacpan
Math::NumSeq::MathImageMathSequence 96 metacpan
Math::NumSeq::MathImagePadovan 96 metacpan
Math::NumSeq::MathImagePiBits 96 metacpan
Math::NumSeq::MathImagePiDigits 96 metacpan
Math::NumSeq::MathImagePierpontPrimes 96 metacpan
Math::NumSeq::MathImagePrimeIndexCount 96 metacpan
Math::NumSeq::MathImagePrimeIndexPrimes 96 metacpan
Math::NumSeq::MathImagePrimeQuadraticEuler 96 metacpan
Math::NumSeq::MathImagePrimeQuadraticHonaker 96 metacpan
Math::NumSeq::MathImagePrimeQuadraticLegendre 96 metacpan
Math::NumSeq::MathImageReplicateDigits 96 metacpan
Math::NumSeq::MathImageSlopingBinaryExcluded 96 metacpan
Math::NumSeq::MathImageSpectrum 96 metacpan
Math::NumSeq::MathImageSumTwoSquares 96 metacpan
Math::NumSeq::MathImageSumXsq3Ysq 96 metacpan
Math::PlanePath::MathImageCCurve Levy C curve 96 metacpan
Math::PlanePath::MathImageDekkingCurve 5x5 self-similar 96 metacpan
Math::PlanePath::MathImageDekkingStraight 5x5 self-similar 96 metacpan
Math::PlanePath::MathImageGrayCode Gray code coordinates 96 metacpan
Math::PlanePath::MathImageMooreSpiral 9-segment self-similar spiral 96 metacpan
Math::PlanePath::MathImagePeanoHalf 9-segment self-similar spiral 96 metacpan
Math::PlanePath::MathImagePeanoRounded 3x3 self-similar quadrant traversal 96 metacpan
Math::PlanePath::MathImagePyramidReplicate replicating squares 96 metacpan
Math::PlanePath::MathImageQuintetSide one side of the quintet tiling 96 metacpan
Math::PlanePath::MathImageSierpinskiCurveSquared Sierpinski curve 96 metacpan
Math::PlanePath::MathImageWunderlichSerpentine 3x3 self-similar quadrant traversal 96 metacpan

Provides

Name File View
Math::PlanePath::Flowsnake lib/App/MathImage/Generator.pm metacpan
Math::PlanePath::FlowsnakeCentres lib/App/MathImage/Generator.pm metacpan
Math::PlanePath::GosperIslands lib/App/MathImage/Generator.pm metacpan
Math::PlanePath::GosperReplicate lib/App/MathImage/Generator.pm metacpan
Math::PlanePath::GosperSide lib/App/MathImage/Generator.pm metacpan
Math::PlanePath::HexArms lib/App/MathImage/Generator.pm metacpan
Math::PlanePath::HexSpiral lib/App/MathImage/Generator.pm metacpan
Math::PlanePath::KochCurve lib/App/MathImage/Generator.pm metacpan
Math::PlanePath::KochPeaks lib/App/MathImage/Generator.pm metacpan
Math::PlanePath::KochSnowflakes lib/App/MathImage/Generator.pm metacpan
Math::PlanePath::KochSquareflakes lib/App/MathImage/Generator.pm metacpan
Math::PlanePath::SierpinskiArrowhead lib/App/MathImage/Generator.pm metacpan
Math::PlanePath::SierpinskiArrowheadCentres lib/App/MathImage/Generator.pm metacpan
Math::PlanePath::SierpinskiTriangle lib/App/MathImage/Generator.pm metacpan
Math::PlanePath::TriangleSpiral lib/App/MathImage/Generator.pm metacpan
Math::PlanePath::TriangularHypot lib/App/MathImage/Generator.pm metacpan

Other Files

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