Mailing List Archive

svn commit: r1916488 - /spamassassin/trunk/Makefile.PL
Author: sidney
Date: Sat Mar 23 03:37:50 2024
New Revision: 1916488

URL: http://svn.apache.org/viewvc?rev=1916488&view=rev
Log:
Bug 8089 - Add explicit dependency on File::Temp so CPAN test reports show version. Has no other effect on build or running

Modified:
spamassassin/trunk/Makefile.PL

Modified: spamassassin/trunk/Makefile.PL
URL: http://svn.apache.org/viewvc/spamassassin/trunk/Makefile.PL?rev=1916488&r1=1916487&r2=1916488&view=diff
==============================================================================
--- spamassassin/trunk/Makefile.PL (original)
+++ spamassassin/trunk/Makefile.PL Sat Mar 23 03:37:50 2024
@@ -175,6 +175,7 @@ my %makefile = (
'PREREQ_PM' => {
'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
+ 'File::Temp' => 0, # core module, dependency not needed, here for testing purposes, see bug 8089
'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
'Archive::Tar' => 1.23, # for sa-update