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: [email protected]
        ReportedBy: [EMAIL PROTECTED]


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.

Reply via email to