You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2007/10/31 00:04:47 UTC

[Bug 5709] New: compile of SA 32x/r590499 incorrectly reports LWP::UserAgent "out of date"

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5709

           Summary: compile of SA 32x/r590499 incorrectly reports
                    LWP::UserAgent "out of date"
           Product: Spamassassin
           Version: 3.2.3
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Building & Packaging
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: schneecrash+apache@gmail.com


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
		},
		...



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.