Kwalitee Issues

has_changelog

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

has_human_readable_license

Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.

has_license_in_source_file

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

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: Pinwheel, Pinwheel::Model::Base, Pinwheel::View::String

no_pod_errors

Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.

Error: Pinwheel-0.2.7/lib/Pinwheel/TagSelect.pm -- Around line 65: '=item' outside of any '=over' =over without closing =back

has_meta_json

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

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: Pinwheel, Pinwheel::Model::Base, Pinwheel::View::String

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
Module::Build::PinwheelApp metacpan
Pinwheel A Rails-like framework for building dynamic web applications in Perl. 0.2.7 metacpan
Pinwheel::Cache metacpan
Pinwheel::Cache::Hash metacpan
Pinwheel::Cache::Memcached metacpan
Pinwheel::Cache::Null metacpan
Pinwheel::Commands::Console metacpan
Pinwheel::Commands::Routes metacpan
Pinwheel::Commands::Server metacpan
Pinwheel::Context metacpan
Pinwheel::Controller metacpan
Pinwheel::Database metacpan
Pinwheel::Database::Base metacpan
Pinwheel::Database::Mysql metacpan
Pinwheel::Database::Sqlite metacpan
Pinwheel::DocTest metacpan
Pinwheel::DocTest::CaptureOut metacpan
Pinwheel::DocTest::Mock metacpan
Pinwheel::Fixtures metacpan
Pinwheel::Helpers metacpan
Pinwheel::Helpers::Core metacpan
Pinwheel::Helpers::DateTime metacpan
Pinwheel::Helpers::List metacpan
Pinwheel::Helpers::SSI metacpan
Pinwheel::Helpers::Tag metacpan
Pinwheel::Helpers::Text metacpan
Pinwheel::Mapper metacpan
Pinwheel::Model metacpan
Pinwheel::Model::Base Base class for PinWheel models metacpan
Pinwheel::Model::Date represents a date (without a time-of-day part and without a time zone) metacpan
Pinwheel::Model::DateBase base class for date/time data types metacpan
Pinwheel::Model::Time represents a date with a time-of-day part (1 second granularity), either in UTC or local time zone metacpan
Pinwheel::ModperlHandler metacpan
Pinwheel::TagSelect metacpan
Pinwheel::TestHelper metacpan
Pinwheel::View::Data metacpan
Pinwheel::View::Data::Builder metacpan
Pinwheel::View::Data::Wrapper metacpan
Pinwheel::View::ERB Simple templating based on Ruby's erb syntax metacpan
Pinwheel::View::String metacpan
Pinwheel::View::Wrap metacpan
Pinwheel::View::Wrap::Array metacpan
Pinwheel::View::Wrap::Scalar metacpan

Other Files

Build.PL metacpan
MANIFEST metacpan
META.yml metacpan
README metacpan
examples/helloworld/Build.PL metacpan