Skip Menu |

This queue is for tickets about the IPTables-ChainMgr CPAN distribution.

Report information
The Basics
Id: 43302
Status: resolved
Priority: 0/
Queue: IPTables-ChainMgr

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.9
Fixed in: (no value)



Subject: Undeclared dependency IPTables/Parse.pm
As the subject says... Here is one of the FAILs on cpan testers: http://www.nntp.perl.org/group/perl.cpan.testers/2009/02/msg3288044.html Thanks!
Here is a patch that fixes it.
Subject: IPTables-ChainMgr-RT43302.patch
*** Makefile-old.PL 2011-11-21 21:35:39.445835372 +1030 --- Makefile.PL 2011-11-21 21:34:13.881835396 +1030 *************** *** 5,11 **** WriteMakefile( NAME => 'IPTables::ChainMgr', VERSION_FROM => 'lib/IPTables/ChainMgr.pm', # finds $VERSION ! PREREQ_PM => {'Net::IPv4Addr' => 0.10}, # 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>') : ()), --- 5,11 ---- WriteMakefile( NAME => 'IPTables::ChainMgr', VERSION_FROM => 'lib/IPTables/ChainMgr.pm', # finds $VERSION ! PREREQ_PM => {'Net::IPv4Addr' => 0.10, 'IPTables::Parse' => 0.7}, # 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>') : ()),
This has been fixed in IPTables::ChainMgr 1.0 (just uploaded to CPAN). Here is the commit that fixes the issue (thanks for finding the bug and submitting a patch): http://www.cipherdyne.org/cgi-bin/gitweb.cgi?p=IPTables-ChainMgr.git;a=commitdiff;h=924c7aea8e417e2e02e5cd43c74159f67c9ba91f