}
},
"release_status" : "stable",
- "version" : "1.0"
+ "version" : "1.1"
}
---- #YAML:1.0
+--- #YAML:1.1
name: IPTables-Parse
-version: 1.0
+version: 1.1
abstract: Perl extension for parsing iptables and ip6tables firewall rulesets
author:
- Michael Rash <mbr@cipherdyne.org>
-IPTables-Parse version 1.0
+IPTables-Parse version 1.1
===========================
The README is used to introduce the module and provide instructions on
#
# Author: Michael Rash (mbr@cipherdyne.org)
#
-# Version: 1.0
+# Version: 1.1
#
##################################################################
#
use warnings;
use vars qw($VERSION);
-$VERSION = '1.0';
+$VERSION = '1.1';
sub new() {
my $class = shift;