Locale-Maketext-Lexicon 0.23 Deleted
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- no_generated_files
-
Remove the offending files/directories!
Error: Makefile, pm_to_blib - portable_filenames
-
Rename those files with alphanumerical characters, or maybe remove them because in many cases they are automatically generated for local installation.
Error:- blib/man3/Locale::Maketext::Lexicon.3
- blib/man3/Locale::Maketext::Lexicon::Auto.3
- blib/man3/Locale::Maketext::Lexicon::Gettext.3
- blib/man3/Locale::Maketext::Lexicon::Msgcat.3
- blib/man3/Locale::Maketext::Lexicon::Tie.3
- 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 (30) does not match dist (50):
- Missing in MANIFEST: Makefile, blib/arch/auto/Locale/Maketext/Lexicon/.exists, blib/lib/Locale/Maketext/.exists, blib/lib/Locale/Maketext/Lexicon.pm, blib/lib/Locale/Maketext/Lexicon/Auto.pm, blib/lib/Locale/Maketext/Lexicon/Gettext.pm, blib/lib/Locale/Maketext/Lexicon/Msgcat.pm, blib/lib/Locale/Maketext/Lexicon/Tie.pm, blib/lib/auto/Locale/Maketext/Lexicon/.exists, blib/man1/.exists, blib/man1/xgettext.pl.1, blib/man3/.exists, blib/man3/Locale::Maketext::Lexicon.3, blib/man3/Locale::Maketext::Lexicon::Auto.3, blib/man3/Locale::Maketext::Lexicon::Gettext.3, blib/man3/Locale::Maketext::Lexicon::Msgcat.3, blib/man3/Locale::Maketext::Lexicon::Tie.3, blib/script/.exists, blib/script/xgettext.pl, pm_to_blib
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Locale-Maketext-Lexicon-0.23/bin/xgettext.pl -- Around line 297: You forgot a '=back' before '=head1' Locale-Maketext-Lexicon-0.23/blib/lib/Locale/Maketext/Lexicon.pm -- Around line 138: You forgot a '=back' before '=head2' Locale-Maketext-Lexicon-0.23/blib/script/xgettext.pl -- Around line 300: You forgot a '=back' before '=head1' Locale-Maketext-Lexicon-0.23/lib/Locale/Maketext/Lexicon.pm -- Around line 138: You forgot a '=back' before '=head2'
- 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. WARNING: This key is not certified with a trusted signature! Primary key fingerprint: 66B2 B78E D1B7 7641 4861 D592 B4B3 DD37 3C35 01A0 Not in MANIFEST: blib/arch/auto/Locale/Maketext/Lexicon/.exists Not in MANIFEST: blib/lib/auto/Locale/Maketext/Lexicon/.exists Not in MANIFEST: blib/lib/Locale/Maketext/.exists Not in MANIFEST: blib/lib/Locale/Maketext/Lexicon.pm Not in MANIFEST: blib/lib/Locale/Maketext/Lexicon/Auto.pm Not in MANIFEST: blib/lib/Locale/Maketext/Lexicon/Gettext.pm Not in MANIFEST: blib/lib/Locale/Maketext/Lexicon/Msgcat.pm Not in MANIFEST: blib/lib/Locale/Maketext/Lexicon/Tie.pm Not in MANIFEST: blib/man1/.exists Not in MANIFEST: blib/man1/xgettext.pl.1 Not in MANIFEST: blib/man3/.exists Not in MANIFEST: blib/man3/Locale::Maketext::Lexicon.3 Not in MANIFEST: blib/man3/Locale::Maketext::Lexicon::Auto.3 Not in MANIFEST: blib/man3/Locale::Maketext::Lexicon::Gettext.3 Not in MANIFEST: blib/man3/Locale::Maketext::Lexicon::Msgcat.3 Not in MANIFEST: blib/man3/Locale::Maketext::Lexicon::Tie.3 Not in MANIFEST: blib/script/.exists Not in MANIFEST: blib/script/xgettext.pl Not in MANIFEST: Makefile Not in MANIFEST: pm_to_blib ==> MISMATCHED content between MANIFEST and distribution files! <== - 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: blib/lib/Locale/Maketext/Lexicon.pm, blib/lib/Locale/Maketext/Lexicon/Auto.pm, blib/lib/Locale/Maketext/Lexicon/Gettext.pm, blib/lib/Locale/Maketext/Lexicon/Msgcat.pm, blib/lib/Locale/Maketext/Lexicon/Tie.pm - meta_yml_has_license
-
Define the license if you are using in Build.PL. If you are using MakeMaker (Makefile.PL) you should upgrade to ExtUtils::MakeMaker version 6.31.
- 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: Locale::Maketext::Lexicon, Locale::Maketext::Lexicon, Locale::Maketext::Lexicon::Auto, Locale::Maketext::Lexicon::Auto, Locale::Maketext::Lexicon::Gettext, Locale::Maketext::Lexicon::Gettext, Locale::Maketext::Lexicon::Msgcat, Locale::Maketext::Lexicon::Msgcat, Locale::Maketext::Lexicon::Tie, Locale::Maketext::Lexicon::Tie - 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.02,0.08,0.23
- 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 |
|---|---|---|---|
| Locale::Maketext::Lexicon | Use other catalog formats in Maketext | 0.23 | metacpan |
| Locale::Maketext::Lexicon::Auto | Auto fallback lexicon for Maketext | 0.02 | metacpan |
| Locale::Maketext::Lexicon::Gettext | PO and MO file parser for Maketext | 0.08 | metacpan |
| Locale::Maketext::Lexicon::Msgcat | Msgcat catalog parser Maketext | 0.01 | metacpan |
| Locale::Maketext::Lexicon::Tie | Use tied hashes as lexicons for Maketext | 0.02 | metacpan |
Other Files
| Changes | metacpan |
| MANIFEST | metacpan |
| Makefile.PL | metacpan |
| README | metacpan |