OpenGuides 0.79
Kwalitee Issues
- 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:
- MANIFEST (193) does not match dist (192):
- Duplicates in MANIFEST: SIGNATURE
- 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 Sun 31 May 2015 11:41:44 PM JST gpg: using RSA key 9B0E9DD190E65803 gpg: Can't check signature: No public key ==> BAD/TAMPERED signature detected! <==
- 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.
- 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: OpenGuides, OpenGuides::Build, OpenGuides::CGI, OpenGuides::Feed, OpenGuides::JSON, OpenGuides::RDF, OpenGuides::Search, OpenGuides::Search::Lucy, OpenGuides::Template, OpenGuides::Test, OpenGuides::Utils
- 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.03,0.04,0.05,0.07,0.09,0.12,0.15,0.18,0.19,0.79
- 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 |
---|---|---|---|
OpenGuides | A complete web application for managing a collaboratively-written guide to a city or town. | 0.79 | metacpan |
OpenGuides::Build | 0.04 | metacpan | |
OpenGuides::CGI | An OpenGuides helper for CGI-related things. | 0.12 | metacpan |
OpenGuides::Config | Handle OpenGuides configuration variables. | 0.09 | metacpan |
OpenGuides::Feed | generate data feeds for OpenGuides in various formats. | 0.03 | metacpan |
OpenGuides::JSON | An OpenGuides plugin to output JSON. | 0.05 | metacpan |
OpenGuides::RDF | An OpenGuides plugin to output RDF/XML. | 0.15 | metacpan |
OpenGuides::Search | Search form generation and processing for OpenGuides. | 0.15 | metacpan |
OpenGuides::Search::Lucy | Run Lucy-backed text searches for OpenGuides. | 0.01 | metacpan |
OpenGuides::Template | Do Template Toolkit related stuff for OpenGuides applications. | 0.19 | metacpan |
OpenGuides::Test | Methods to help test OpenGuides applications. | 0.07 | metacpan |
OpenGuides::Utils | General utility methods for OpenGuides scripts. | 0.18 | metacpan |