You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by do...@apache.org on 2008/03/16 23:26:05 UTC

svn commit: r637674 - /spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm

Author: dos
Date: Sun Mar 16 15:26:05 2008
New Revision: 637674

URL: http://svn.apache.org/viewvc?rev=637674&view=rev
Log:
bug 4964: add dependency info for NetAddr::IP missed in r637123

Modified:
    spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm?rev=637674&r1=637673&r2=637674&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Util/DependencyInfo.pm Sun Mar 16 15:26:05 2008
@@ -53,6 +53,12 @@
   - version 0.34 or higher on Unix systems
   - version 0.46 or higher on Windows systems',
 },
+{
+  'module' => 'NetAddr::IP',
+  'version' => '0.00',
+  'desc' => "Used in determining which DNS tests are to be done for each of
+  the header's received fields.",
+},
 );
 
 my @OPTIONAL_MODULES = (