You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jg...@apache.org on 2005/12/14 00:29:18 UTC

svn commit: r356646 - /spamassassin/trunk/Makefile.PL

Author: jgmyers
Date: Tue Dec 13 15:29:16 2005
New Revision: 356646

URL: http://svn.apache.org/viewcvs?rev=356646&view=rev
Log:
Bug 3787: Bump HTML::Parser minimum version to prevent mailformed UTF-8 errors

Modified:
    spamassassin/trunk/Makefile.PL

Modified: spamassassin/trunk/Makefile.PL
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/Makefile.PL?rev=356646&r1=356645&r2=356646&view=diff
==============================================================================
--- spamassassin/trunk/Makefile.PL (original)
+++ spamassassin/trunk/Makefile.PL Tue Dec 13 15:29:16 2005
@@ -192,7 +192,7 @@
         'File::Spec'    => 0.8,           # older versions lack some routines we need
         'File::Copy'    => 2.02,          # this version is shipped with 5.005_03, the oldest version known to work
         'Pod::Usage'    => 1.10,          # all versions prior to this do seem to be buggy
-        'HTML::Parser'  => 3.43,          # the HTML code is based on this parser, older versions have utf-8 bugs
+        'HTML::Parser'  => 3.46,          # the HTML code is based on this parser, older versions have utf-8 bugs
         'Text::Wrap'    => 98.112902,     # this version is shipped with 5.005_03, the oldest version known to work
         'Sys::Hostname' => 0,
         'Time::Local'   => 0,