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.

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.

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: OurCal, OurCal::Config, OurCal::Day, OurCal::Event, OurCal::Handler::CGI, OurCal::Month, OurCal::Provider, OurCal::Provider::Cache, OurCal::Provider::DBI, OurCal::Provider::ICalendar, OurCal::Provider::Multi, OurCal::Span, OurCal::Todo, OurCal::View, OurCal::View::HTML, OurCal::View::ICalendar

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.

Modules

Name Abstract Version View
OurCal a simple yet featureful personal calendaring system 1.2 metacpan
OurCal::Config a default config reader metacpan
OurCal::Day a representation of a day in OurCal metacpan
OurCal::Event an event class for OurCal metacpan
OurCal::Handler::CGI the default, cgi based handler for OurCal metacpan
OurCal::Month a representation of an OurCal::Month metacpan
OurCal::Provider class for getting events and TODOs from the system metacpan
OurCal::Provider::Cache a caching provider metacpan
OurCal::Provider::DBI a DBI provider for OurCal metacpan
OurCal::Provider::ICalendar an RFC2445 provider for OurCal metacpan
OurCal::Provider::Multi aggregate multiple providers metacpan
OurCal::Span a base class for OurCal spans of time metacpan
OurCal::Todo a TODO class for OurCal metacpan
OurCal::View base class for all OourCal views metacpan
OurCal::View::HTML an HTML view for OurCal metacpan
OurCal::View::ICalendar an ICalendar view metacpan

Other Files

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