Revision history for Perl extension IPTables::ChainMgr.
+1.0 Mon Feb 27 21:02:44 2012
+ - Bug fix for missing IPTables::Parse dependency by applying patch from the
+ CPAN bug tracking system here:
+ https://rt.cpan.org/Ticket/Display.html?id=43302
+
0.9.9 Sun Feb 26 14:03:24 2012
- Updated to handle IPv6 via ip6tables. All functions in the previous
version of this module now work with ip6tables - just instantiate the
WriteMakefile(
NAME => 'IPTables::ChainMgr',
VERSION_FROM => 'lib/IPTables/ChainMgr.pm', # finds $VERSION
- PREREQ_PM => {'NetAddr::IP' => 4.0}, # e.g., Module::Name => 1.1
+ PREREQ_PM => {'NetAddr::IP' => 4.0, 'IPTables::Parse' => 0.9}, # e.g., Module::Name => 1.1
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'lib/IPTables/ChainMgr.pm', # retrieve abstract from module
AUTHOR => 'Michael Rash <mbr@cipherdyne.org>') : ()),