SA Bugzilla – Bug 5709
compile of SA 32x/r590499 incorrectly reports LWP::UserAgent "out of date"
Last modified: 2019-06-24 16:04:30 UTC
working on an update to spamassassin/branches/3.2 r590499 when I compile with, perl Makefile.PL ... i get notice that: optional module out of date: LWP::UserAgent but an attempt to update fails, cpanp -i LWP::UserAgent [MSG] Checking if source files are up to date [MSG] Retrieving /build/.cpanplus/sourcefiles.2.16.stored Installing LWP::UserAgent (2.036) [MSG] Module 'LWP::UserAgent' already up to date, won't install without force *** Install log written to: /build/.cpanplus/install-logs/LWP-UserAgent-2.036-1193784969.log Module 'LWP::UserAgent' installed successfully No errors installing all modules verifying, module_info LWP::UserAgent Name: LWP::UserAgent Version: 2.036 Directory: /usr/local/lib/perl5/sitelib File: /usr/local/lib/perl5/sitelib/LWP/UserAgent.pm Core module: no the only reference to version is in, ./lib/Mail/SpamAssassin/Util/DependencyInfo.pm ... { module => 'LWP::UserAgent', version => '0.00', desc => 'The "sa-update" script requires this module to make HTTP reque }, ...
Closing old stale bugs. Probably not an issue anymore..