Net-ACL 0.07 Latest
Kwalitee Issues
- has_meta_yml
-
Add a META.yml to the distribution. Your buildtool should be able to autogenerate it.
- has_human_readable_license
-
Add a section called "LICENSE" to the documentation, or add a file named LICENSE to the distribution.
- has_license_in_source_file
-
Add =head1 LICENSE and the text of the license to the main module in your code.
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- Cisco::Reconfig
- Net::BGP::NLRI
- Net::Netmask
- 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 Sat 07 Jun 2003 04:52:16 AM JST gpg: using DSA key 5DE8D943B4EA88BA gpg: Can't check signature: No public key ==> BAD/TAMPERED signature detected! <==
- 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.
- has_known_license_in_source_file
-
Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.
- 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: Net::ACL, Net::ACL::Bootstrap, Net::ACL::File, Net::ACL::File::ASPath, Net::ACL::File::Community, Net::ACL::File::IPAccess, Net::ACL::File::IPAccessExt, Net::ACL::File::Prefix, Net::ACL::File::RouteMap, Net::ACL::File::Standard, Net::ACL::IPAccessExtRule, Net::ACL::Match, Net::ACL::Match::IP, Net::ACL::Match::List, Net::ACL::Match::Member, Net::ACL::Match::Prefix, Net::ACL::Match::Regexp, Net::ACL::Match::Scalar, Net::ACL::RouteMapRule, Net::ACL::Rule, Net::ACL::Set, Net::ACL::Set::Add, Net::ACL::Set::Scalar, Net::ACL::Set::Union
- test_prereq_matches_use
-
List all modules used in the test suite in META.yml test_requires
Error:
- Test::Signature
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Net::ACL | Class representing a generic access-list/route-map | 0.07 | metacpan |
Net::ACL::Bootstrap | A proxy/bootstrap class for the L<Net::ACL|Net::ACL> class | 0.07 | metacpan |
Net::ACL::File | Access-lists constructed from configuration file like syntax. | 0.07 | metacpan |
Net::ACL::File::ASPath | AS-path access-lists loaded from configuration string. | 0.07 | metacpan |
Net::ACL::File::Community | Community-lists loaded from configuration string. | 0.07 | metacpan |
Net::ACL::File::IPAccess | IP access-lists loaded from configuration string. | 0.07 | metacpan |
Net::ACL::File::IPAccessExt | Extended IP access-lists loaded from configuration string. | 0.07 | metacpan |
Net::ACL::File::Prefix | Prefix-lists loaded from configuration string. | 0.07 | metacpan |
Net::ACL::File::RouteMap | BGP Route-Maps loaded from configuration string. | 0.07 | metacpan |
Net::ACL::File::Standard | Standard access-lists loaded from configuration string. | 0.07 | metacpan |
Net::ACL::IPAccessExtRule | Class representing an Extended IP Access-list rule | 0.07 | metacpan |
Net::ACL::Match | Abstract parent class of Match-classes | 0.07 | metacpan |
Net::ACL::Match::IP | Class matching IP addresses against an IP or network | 0.07 | metacpan |
Net::ACL::Match::List | Class matching data against one or more access-lists | 0.07 | metacpan |
Net::ACL::Match::Member | Class matching one or more members of an array | 0.07 | metacpan |
Net::ACL::Match::Prefix | Class matching IP network prefixes. | 0.07 | metacpan |
Net::ACL::Match::Regexp | Class matching a scalar data element | 0.07 | metacpan |
Net::ACL::Match::Scalar | Class matching a scalar data element | 0.07 | metacpan |
Net::ACL::RouteMapRule | Class representing a BGP-4 policy route-map rule | 0.07 | metacpan |
Net::ACL::Rule | Class representing a generic access-list/route-map entry | 0.07 | metacpan |
Net::ACL::Set | Abstract parent class of Set-classes | 0.07 | metacpan |
Net::ACL::Set::Add | Class adding a value to a data element | 0.07 | metacpan |
Net::ACL::Set::Scalar | Class replacing a scalar data element | 0.07 | metacpan |
Net::ACL::Set::Union | Class updating array references doing unions | 0.07 | metacpan |
Provides
Name | File | View |
---|---|---|
Net::ACL::File::ASPathRule | lib/Net/ACL/File/ASPath.pm | metacpan |
Net::ACL::File::CommunityRule | lib/Net/ACL/File/Community.pm | metacpan |
Net::ACL::File::IPAccessExtRule | lib/Net/ACL/File/IPAccessExt.pm | metacpan |
Net::ACL::File::IPAccessRule | lib/Net/ACL/File/IPAccess.pm | metacpan |
Net::ACL::File::PrefixRule | lib/Net/ACL/File/Prefix.pm | metacpan |
Net::ACL::File::RouteMapRule | lib/Net/ACL/File/RouteMap.pm | metacpan |