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