PNI 0.14 Deleted
Kwalitee Issues
No Core Issues.
- 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.
- 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.11,0.12,0.14
- 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.14 | metacpan |
| PNI::Edge | is used to connect two slots | 0.14 | metacpan |
| PNI::Error | errors catalogue | 0.14 | metacpan |
| PNI::Finder | 0.14 | metacpan | |
| PNI::Item | is the base class | 0.14 | metacpan |
| PNI::Node | is a basic unit of code | 0.14 | metacpan |
| PNI::Node::Cwd::Getcwd | 0.12 | metacpan | |
| PNI::Node::List::Util::Max | PNI node wrapping the List::Util max function | 0.14 | metacpan |
| PNI::Node::PNI::Node_list | PNI node list | 0.14 | metacpan |
| PNI::Node::Perldata::Array | PNI node wrapping the Perl builtin ARRAY data type | 0.14 | metacpan |
| PNI::Node::Perldata::Scalar | PNI node wrapping the Perl builtin SCALAR data type | 0.14 | metacpan |
| PNI::Node::Perlfunc::Chomp | PNI node wrapping the Perl chomp function | 0.14 | metacpan |
| PNI::Node::Perlfunc::Chop | PNI node wrapping the Perl chop function | 0.14 | metacpan |
| PNI::Node::Perlfunc::Cos | PNI node wrapping the Perl cos function | 0.14 | metacpan |
| PNI::Node::Perlfunc::Exp | PNI node wrapping the Perl exp function | 0.14 | metacpan |
| PNI::Node::Perlfunc::Int | PNI node wrapping the Perl int function | 0.14 | metacpan |
| PNI::Node::Perlfunc::Length | 0.11 | metacpan | |
| PNI::Node::Perlfunc::Log | PNI node wrapping the Perl log function | 0.14 | metacpan |
| PNI::Node::Perlfunc::Print | PNI node wrapping the Perl print function | 0.14 | metacpan |
| PNI::Node::Perlfunc::Ref | 0.11 | metacpan | |
| PNI::Node::Perlfunc::Sin | PNI node wrapping the Perl sin function | 0.14 | metacpan |
| PNI::Node::Perlfunc::Sleep | PNI node wrapping the Perl sleep function | 0.14 | metacpan |
| PNI::Node::Perlfunc::Sqrt | PNI node wrapping the Perl sqrt function | 0.14 | metacpan |
| PNI::Node::Perlfunc::Sub | PNI node wrapping the Perl sub function | 0.14 | metacpan |
| PNI::Node::Perlop::Addition | PNI node wrapping the Perl + operator | 0.14 | metacpan |
| PNI::Node::Perlop::And | 0.11 | metacpan | |
| PNI::Node::Perlop::Backticks | 0.11 | metacpan | |
| PNI::Node::Perlop::Division | PNI node wrapping the Perl / operator | 0.14 | metacpan |
| PNI::Node::Perlop::Multiplication | PNI node wrapping the Perl * operator | 0.14 | metacpan |
| PNI::Node::Perlop::Not | PNI node wrapping the Perl not operator | 0.14 | metacpan |
| PNI::Node::Perlop::Numerically_equal | PNI node wrapping the Perl == operator | 0.14 | metacpan |
| PNI::Node::Perlop::Numerically_not_equal | PNI node wrapping the Perl != operator | 0.14 | metacpan |
| PNI::Node::Perlop::Or | PNI node wrapping the Perl or operator | 0.14 | metacpan |
| PNI::Node::Perlop::Range | PNI node wrapping the Perl .. operator | 0.14 | metacpan |
| PNI::Node::Perlop::Stringwise_equal | PNI node wrapping the Perl eq operator | 0.14 | metacpan |
| PNI::Node::Perlop::Stringwise_not_equal | PNI node wrapping the Perl ne operator | 0.14 | metacpan |
| PNI::Node::Perlop::Subtraction | PNI node wrapping the Perl - operator | 0.14 | metacpan |
| PNI::Node::Perlvar::Basetime | 0.14 | metacpan | |
| PNI::Node::Perlvar::Osname | 0.14 | metacpan | |
| PNI::Node::Perlvar::Perl_version | 0.11 | metacpan | |
| PNI::Node::Perlvar::Process_id | 0.14 | metacpan | |
| PNI::Node::Scalar::Util::Looks_like_number | PNI node wrapping the Scalar::Util looks_like_number function | 0.14 | metacpan |
| PNI::Scenario | is a set nodes and links | 0.14 | metacpan |
| PNI::Slot | is a basic unit of data | 0.14 | metacpan |
| PNI::Slot::In | input slot | 0.14 | metacpan |
| PNI::Slot::Out | output slot | 0.14 | metacpan |