[Bug 1153940] New: LWP::UserAgent version 5.827 required--this is only version 2.033

bugzilla at redhat.com bugzilla at redhat.com
Fri Oct 17 07:39:34 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1153940

            Bug ID: 1153940
           Summary: LWP::UserAgent version 5.827 required--this is only
                    version 2.033
           Product: Fedora
           Version: 20
         Component: perl-WWW-Mechanize
          Assignee: emmanuel at seyman.fr
          Reporter: zse at apgrco.com
        QA Contact: extras-qa at fedoraproject.org
                CC: emmanuel at seyman.fr, mmaslano at redhat.com,
                    perl-devel at lists.fedoraproject.org



Created attachment 947809
  --> https://bugzilla.redhat.com/attachment.cgi?id=947809&action=edit
Perl test script

Description of problem:
When executing script which uses the WWW::Mechanize module, the following error
is thrown:
LWP::UserAgent version 5.827 required--this is only version 2.033 at
/usr/share/perl5/vendor_perl/WWW/Mechanize.pm line 132.
BEGIN failed--compilation aborted at
/usr/share/perl5/vendor_perl/WWW/Mechanize.pm line 132.


Version-Release number of selected component (if applicable):
perl-WWW-Mechanize-1.72-6.fc20.noarch
perl-libwww-perl-6.05-3.fc20.noarch


How reproducible:
#!/usr/bin/perl -w
use 5.10.1;
use strict;
use warnings;
use WWW::Mechanize;

Steps to Reproduce:
1. Create a test script with content above
2. Run it
3.

Actual results:
LWP::UserAgent version 5.827 required--this is only version 2.033 at
/usr/share/perl5/vendor_perl/WWW/Mechanize.pm line 132.
BEGIN failed--compilation aborted at
/usr/share/perl5/vendor_perl/WWW/Mechanize.pm line 132.

Expected results:
Script runs without errors


Additional info:
Fedora 20 x86_64 with latest updates

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=ijy2YVItHr&a=cc_unsubscribe



More information about the perl-devel mailing list