App-rdapper 1.20 Latest
Kwalitee Issues
- no_pax_headers
-
If you use Mac OS X >= 10.6, use gnu tar (/usr/bin/gnutar) to avoid PAX headers. It's also important to rename (shorten) long file names (>= 100 characters) in the distribution.
Error: PaxHeader/App-rdapper-1.20,PaxHeader/App-rdapper-1.20,App-rdapper-1.20/PaxHeader/mkmo.sh,App-rdapper-1.20/PaxHeader/mkmo.sh,App-rdapper-1.20/PaxHeader/locale,App-rdapper-1.20/PaxHeader/locale,App-rdapper-1.20/PaxHeader/Dockerfile,App-rdapper-1.20/PaxHeader/Dockerfile,App-rdapper-1.20/PaxHeader/Changes,App-rdapper-1.20/PaxHeader/Changes,App-rdapper-1.20/PaxHeader/MANIFEST,App-rdapper-1.20/PaxHeader/MANIFEST,App-rdapper-1.20/PaxHeader/t,App-rdapper-1.20/PaxHeader/t,App-rdapper-1.20/PaxHeader/README.md,App-rdapper-1.20/PaxHeader/README.md,App-rdapper-1.20/PaxHeader/rdapper,App-rdapper-1.20/PaxHeader/rdapper,App-rdapper-1.20/PaxHeader/META.yml,App-rdapper-1.20/PaxHeader/META.yml,App-rdapper-1.20/PaxHeader/lib,App-rdapper-1.20/PaxHeader/lib,App-rdapper-1.20/PaxHeader/Makefile.PL,App-rdapper-1.20/PaxHeader/Makefile.PL,App-rdapper-1.20/PaxHeader/META.json,App-rdapper-1.20/PaxHeader/META.json,App-rdapper-1.20/lib/PaxHeader/App,App-rdapper-1.20/lib/PaxHeader/App,App-rdapper-1.20/lib/App/PaxHeader/rdapper.pm,App-rdapper-1.20/lib/App/PaxHeader/rdapper.pm,App-rdapper-1.20/lib/App/PaxHeader/rdapper,App-rdapper-1.20/lib/App/PaxHeader/rdapper,App-rdapper-1.20/lib/App/rdapper/PaxHeader/l10n.pm,App-rdapper-1.20/lib/App/rdapper/PaxHeader/l10n.pm,App-rdapper-1.20/t/PaxHeader/00.use.t,App-rdapper-1.20/t/PaxHeader/00.use.t,App-rdapper-1.20/t/PaxHeader/01-l10n.t,App-rdapper-1.20/t/PaxHeader/01-l10n.t,App-rdapper-1.20/locale/PaxHeader/rdapper.pot,App-rdapper-1.20/locale/PaxHeader/rdapper.pot,App-rdapper-1.20/locale/PaxHeader/pt,App-rdapper-1.20/locale/PaxHeader/pt,App-rdapper-1.20/locale/PaxHeader/de,App-rdapper-1.20/locale/PaxHeader/de,App-rdapper-1.20/locale/PaxHeader/fr,App-rdapper-1.20/locale/PaxHeader/fr,App-rdapper-1.20/locale/PaxHeader/es,App-rdapper-1.20/locale/PaxHeader/es,App-rdapper-1.20/locale/PaxHeader/en,App-rdapper-1.20/locale/PaxHeader/en,App-rdapper-1.20/locale/en/PaxHeader/LC_MESSAGES,App-rdapper-1.20/locale/en/PaxHeader/LC_MESSAGES,App-rdapper-1.20/locale/en/LC_MESSAGES/PaxHeader/rdapper.po,App-rdapper-1.20/locale/en/LC_MESSAGES/PaxHeader/rdapper.po,App-rdapper-1.20/locale/en/LC_MESSAGES/PaxHeader/rdapper.mo,App-rdapper-1.20/locale/en/LC_MESSAGES/PaxHeader/rdapper.mo,App-rdapper-1.20/locale/es/PaxHeader/LC_MESSAGES,App-rdapper-1.20/locale/es/PaxHeader/LC_MESSAGES,App-rdapper-1.20/locale/es/LC_MESSAGES/PaxHeader/rdapper.po,App-rdapper-1.20/locale/es/LC_MESSAGES/PaxHeader/rdapper.po,App-rdapper-1.20/locale/es/LC_MESSAGES/PaxHeader/rdapper.mo,App-rdapper-1.20/locale/es/LC_MESSAGES/PaxHeader/rdapper.mo,App-rdapper-1.20/locale/fr/PaxHeader/LC_MESSAGES,App-rdapper-1.20/locale/fr/PaxHeader/LC_MESSAGES,App-rdapper-1.20/locale/fr/LC_MESSAGES/PaxHeader/rdapper.po,App-rdapper-1.20/locale/fr/LC_MESSAGES/PaxHeader/rdapper.po,App-rdapper-1.20/locale/fr/LC_MESSAGES/PaxHeader/rdapper.mo,App-rdapper-1.20/locale/fr/LC_MESSAGES/PaxHeader/rdapper.mo,App-rdapper-1.20/locale/de/PaxHeader/LC_MESSAGES,App-rdapper-1.20/locale/de/PaxHeader/LC_MESSAGES,App-rdapper-1.20/locale/de/LC_MESSAGES/PaxHeader/rdapper.po,App-rdapper-1.20/locale/de/LC_MESSAGES/PaxHeader/rdapper.po,App-rdapper-1.20/locale/de/LC_MESSAGES/PaxHeader/rdapper.mo,App-rdapper-1.20/locale/de/LC_MESSAGES/PaxHeader/rdapper.mo,App-rdapper-1.20/locale/pt/PaxHeader/LC_MESSAGES,App-rdapper-1.20/locale/pt/PaxHeader/LC_MESSAGES,App-rdapper-1.20/locale/pt/LC_MESSAGES/PaxHeader/rdapper.po,App-rdapper-1.20/locale/pt/LC_MESSAGES/PaxHeader/rdapper.po,App-rdapper-1.20/locale/pt/LC_MESSAGES/PaxHeader/rdapper.mo,App-rdapper-1.20/locale/pt/LC_MESSAGES/PaxHeader/rdapper.mo
- buildtool_not_executable
-
Change the permissions of Build.PL/Makefile.PL to not-executable.
- 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: App::rdapper::l10n
- 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: App::rdapper, App::rdapper::l10n
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- 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.
Provides
Name | File | View |
---|---|---|
App::rdapper::l10n::de | lib/App/rdapper/l10n.pm | metacpan |
App::rdapper::l10n::en | lib/App/rdapper/l10n.pm | metacpan |
App::rdapper::l10n::es | lib/App/rdapper/l10n.pm | metacpan |
App::rdapper::l10n::fr | lib/App/rdapper/l10n.pm | metacpan |
App::rdapper::l10n::pt | lib/App/rdapper/l10n.pm | metacpan |