PNI 20100406 Deleted
Kwalitee Issues
- meta_yml_conforms_to_known_spec
-
Take a look at the META.yml Spec at https://metacpan.org/pod/CPAN::Meta::History::Meta_1_4 (for version 1.4) or https://metacpan.org/pod/CPAN::Meta::Spec (for version 2), and change your META.yml accordingly.
Error: '<undef>' for 'Time::HiRes' is not a valid version. (requires -> Time::HiRes) [Validation: 1.0]
- has_buildtool
-
Add a Makefile.PL (for ExtUtils::MakeMaker/Module::Install) or a Build.PL (for Module::Build and its friends), or use a distribution builder such as Dist::Zilla, Dist::Milla, Minilla.
- 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 (21) does not match dist (47):
- Missing in MANIFEST: Changes, META.yml, bin/gui.pni, bin/pnigui.0.1.pl, lib/PNI/Node/Perlfunc/Grep.pm, lib/PNI/Node/Perlfunc/Int.pm, lib/PNI/Node/Perlfunc/Keys.pm, lib/PNI/Node/Perlfunc/LocalTime.pm, lib/PNI/Node/Perlfunc/Map.pm, lib/PNI/Node/Perlfunc/Pop.pm, lib/PNI/Node/Perlfunc/Push.pm, lib/PNI/Node/Perlfunc/Shift.pm, lib/PNI/Node/Perlfunc/Values.pm, lib/PNI/Node/Perlop/Addition.pm, lib/PNI/Node/Perlop/Concatenation.pm, lib/PNI/Node/Perlop/Multiplication.pm, lib/PNI/Node/Perlop/Not.pm, lib/PNI/Node/Perlop/Quote.pm, lib/PNI/Node/Perlop/Range.pm, lib/PNI/Node/Regexp/Common.pm, lib/PNI/Node/Tie/File.pm, lib/PNI/YAML.pm, t/.svn/all-wcprops, t/.svn/entries, t/.svn/text-base/01_use.t.svn-base, t/.svn/text-base/02_nodes.t.svn-base, t/01_use.t, t/02_nodes.t
- Missing in Dist: lib/PNI/XML.pm, t/example.pl
- 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: PNI::Node::Perlfunc::Chdir, PNI::Node::Perlfunc::Cos, PNI::Node::Perlfunc::Grep, PNI::Node::Perlfunc::Hex, PNI::Node::Perlfunc::Int, PNI::Node::Perlfunc::Join, PNI::Node::Perlfunc::Keys, PNI::Node::Perlfunc::LocalTime, PNI::Node::Perlfunc::Log, PNI::Node::Perlfunc::Map, PNI::Node::Perlfunc::Mkdir, PNI::Node::Perlfunc::Pop, PNI::Node::Perlfunc::Print, PNI::Node::Perlfunc::Push, PNI::Node::Perlfunc::Shift, PNI::Node::Perlfunc::Sin, PNI::Node::Perlfunc::Sqrt, PNI::Node::Perlfunc::System, PNI::Node::Perlfunc::Time, PNI::Node::Perlfunc::Values, PNI::Node::Perlop::Addition, PNI::Node::Perlop::Concatenation, PNI::Node::Perlop::Multiplication, PNI::Node::Perlop::Not, PNI::Node::Perlop::Quote, PNI::Node::Perlop::Range, PNI::Node::Regexp::Common, PNI::Node::Template, PNI::Node::Tie::File, PNI::Node::Tk::Canvas, PNI::Node::Tk::MainWindow
- main_module_version_matches_dist_version
-
Make sure that the main module name and version are the same of the distribution.
- 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.
- 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: PNI::Node::Perlfunc::Chdir, PNI::Node::Perlfunc::Cos, PNI::Node::Perlfunc::Grep, PNI::Node::Perlfunc::Hex, PNI::Node::Perlfunc::Int, PNI::Node::Perlfunc::Join, PNI::Node::Perlfunc::Keys, PNI::Node::Perlfunc::LocalTime, PNI::Node::Perlfunc::Log, PNI::Node::Perlfunc::Map, PNI::Node::Perlfunc::Mkdir, PNI::Node::Perlfunc::Pop, PNI::Node::Perlfunc::Print, PNI::Node::Perlfunc::Push, PNI::Node::Perlfunc::Shift, PNI::Node::Perlfunc::Sin, PNI::Node::Perlfunc::Sqrt, PNI::Node::Perlfunc::System, PNI::Node::Perlfunc::Time, PNI::Node::Perlfunc::Values, PNI::Node::Perlop::Addition, PNI::Node::Perlop::Concatenation, PNI::Node::Perlop::Multiplication, PNI::Node::Perlop::Not, PNI::Node::Perlop::Quote, PNI::Node::Perlop::Range, PNI::Node::Regexp::Common, PNI::Node::Template, PNI::Node::Tie::File, PNI::Node::Tk::Canvas, PNI::Node::Tk::MainWindow
- 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.
- 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 |
---|---|---|---|
PNI | Perl Node Interface | 0.000001 | metacpan |
PNI::Node | 0.000001 | metacpan | |
PNI::Node::Perlfunc::Cos | metacpan | ||
PNI::Node::Perlfunc::Join | metacpan | ||
PNI::Node::Perlfunc::Print | metacpan | ||
PNI::Node::Perlfunc::Sin | metacpan | ||
PNI::Node::Perlfunc::Time | metacpan | ||
PNI::Node::Template | 0.000001 | metacpan | |
PNI::Node::Tk::Canvas | metacpan | ||
PNI::Node::Tk::MainWindow | metacpan |