OpenGuides 0.61 Deleted
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 (147) does not match dist (146):
- Duplicates in MANIFEST: SIGNATURE
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: OpenGuides-0.61/lib/OpenGuides/Feed.pm -- Around line 66: '=item' outside of any '=over' Around line 294: You forgot a '=back' before '=head1' OpenGuides-0.61/lib/OpenGuides/RDF.pm -- Around line 268: You forgot a '=back' before '=head1' OpenGuides-0.61/lib/OpenGuides/Template.pm -- Around line 102: You can't have =items (as at line 106) unless the first thing after the =over is an =item OpenGuides-0.61/lib/OpenGuides/Test.pm -- Around line 206: You forgot a '=back' before '=head1' OpenGuides-0.61/lib/OpenGuides.pm -- Around line 2161: You forgot a '=back' before '=head1' Around line 2172: alternative text 'http://london.openguides.org/' contains non-escaped | or / Around line 2174: alternative text 'http://openguides.org/' contains non-escaped | or /
- 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 Thu 05 Jul 2007 05:34:08 AM JST gpg: using DSA key 633B85285178E2A5 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.
- 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: OpenGuides, OpenGuides::Build, OpenGuides::CGI, OpenGuides::Feed, OpenGuides::RDF, OpenGuides::Search, 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.08,0.10,0.11,0.13,0.61
- 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 |
---|---|---|---|
OpenGuides | A complete web application for managing a collaboratively-written guide to a city or town. | 0.61 | metacpan |
OpenGuides::Build | metacpan | ||
OpenGuides::CGI | An OpenGuides helper for CGI-related things. | 0.08 | metacpan |
OpenGuides::Config | Handle OpenGuides configuration variables. | metacpan | |
OpenGuides::Feed | generate data feeds for OpenGuides in various formats. | 0.01 | metacpan |
OpenGuides::RDF | An OpenGuides plugin to output RDF/XML. | 0.10 | metacpan |
OpenGuides::Search | Search form generation and processing for OpenGuides. | 0.11 | metacpan |
OpenGuides::Template | Do Template Toolkit related stuff for OpenGuides applications. | 0.13 | metacpan |
OpenGuides::Test | Methods to help test OpenGuides applications. | 0.03 | metacpan |
OpenGuides::Utils | General utility methods for OpenGuides scripts. | 0.10 | metacpan |