https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6341
Kevin A. McGrail <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |INVALID --- Comment #2 from Kevin A. McGrail <[email protected]> 2010-03-02 16:35:06 UTC --- Good call. OK, I triple checked and I had personally installed File::Path v2.08. However, perl is *not* using it before the default one. 'locate Path.pm' shows: /usr/lib/perl5/5.6.1/File/Path.pm /usr/lib/perl5/site_perl/5.6.1/Foomatic/GrovePath.pm /usr/lib/perl5/site_perl/5.6.1/File/Path.pm /usr/lib/perl5/vendor_perl/5.6.1/XML/Grove/Path.pm /usr/src/File-Path-2.08/Path.pm /usr/src/File-Path-2.08/blib/lib/File/Path.pm I ran: mv /usr/lib/perl5/5.6.1/File/Path.pm /usr/lib/perl5/5.6.1/File/Path.pm.old perl -le 'use File::Path; print File::Path->VERSION' now shows 2.0.8 This resolved the make test issue. So this is a Perl issue and not an SA issue and I'm marking this Resolved Invalid. Anyone else having the issue can rename the Path.pm stock from perl after installing 2.0.8 to resolve the issue. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
