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: emman...@seyman.fr
          Reporter: z...@apgrco.com
        QA Contact: extras...@fedoraproject.org
                CC: emman...@seyman.fr, mmasl...@redhat.com,
                    perl-devel@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
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to