Farly 0.22
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: License 'gpl_3' is invalid (license) [Validation: 1.4]
- 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.
- 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.21,0.22
- 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.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Farly | Firewall Analysis and Rewrite Library | 0.21 | metacpan |
Farly::ASA::Annotator | Map tokens to value objects | 0.22 | metacpan |
Farly::ASA::Builder | Vendor specific concrete builder class | 0.22 | metacpan |
Farly::ASA::Filter | Firewall configuration filter and pre-processor | 0.22 | metacpan |
Farly::ASA::Generator | Create Farly::Objects from the AST | 0.22 | metacpan |
Farly::ASA::ICMPFormatter | Map ICMP type string ID's and integers | 0.22 | metacpan |
Farly::ASA::Parser | Recognizes pre-processed firewall configurations | 0.22 | metacpan |
Farly::ASA::PortFormatter | Maps port string ID's and integers | 0.22 | metacpan |
Farly::ASA::ProtocolFormatter | Maps protocol string ID's and integers | 0.22 | metacpan |
Farly::ASA::Rewriter | Rewrite the parse tree into an abstract syntax tree | 0.22 | metacpan |
Farly::Builder | Builder base class | 0.22 | metacpan |
Farly::Director | Manages Builder creation and configuration | 0.22 | metacpan |
Farly::IPv4::Address | IPv4 address class | 0.22 | metacpan |
Farly::IPv4::ICMPType | IPv4 ICMP type class | 0.22 | metacpan |
Farly::IPv4::Network | IPv4 network class | 0.22 | metacpan |
Farly::IPv4::Object | IPv4 base class | 0.22 | metacpan |
Farly::IPv4::Range | IPv4 range class | 0.22 | metacpan |
Farly::Object | Generic Farly entity object | 0.22 | metacpan |
Farly::Object::Aggregate | Group Farly::Objects with common identity | 0.22 | metacpan |
Farly::Object::List | Searchable container of Farly::Objects | 0.22 | metacpan |
Farly::Object::Ref | Reference object | 0.22 | metacpan |
Farly::Object::Set | Set calculations on Farly::Objects | 0.22 | metacpan |
Farly::Opts::Search | Create a Farly::Object from a Getopts hash | 0.22 | metacpan |
Farly::Remove::Address | Remove an address or network from the firewall model | 0.22 | metacpan |
Farly::Remove::Rule | Removes firewall rule entries from the configuration | 0.22 | metacpan |
Farly::Rule::Expander | Expands configuration firewall rules | 0.22 | metacpan |
Farly::Rule::Optimizer | Optimize an expanded firewall rule set | 0.22 | metacpan |
Farly::Template::Cisco | Converts the Farly model into Cisco format | 0.22 | metacpan |
Farly::Transport::Object | Transport base class | 0.22 | metacpan |
Farly::Transport::Port | TCP/UDP port class | 0.22 | metacpan |
Farly::Transport::PortGT | TCP/UDP port 'greater than' class | 0.22 | metacpan |
Farly::Transport::PortLT | TCP/UDP port 'less than' class | 0.22 | metacpan |
Farly::Transport::PortRange | TCP/UDP port range class | 0.22 | metacpan |
Farly::Transport::Protocol | TCP/IP protocol class | 0.22 | metacpan |
Farly::Value::Integer | Integer value class | 0.22 | metacpan |
Farly::Value::String | String value class | 0.22 | metacpan |