https://bugzilla.redhat.com/show_bug.cgi?id=1322572 Bug ID: 1322572 Summary: Version bump to 1.055 causes warnings on el6 Product: Fedora Version: rawhide Component: perl-Net-SSLGlue Severity: low Assignee: emmanuel@xxxxxxxxx Reporter: bphinz@xxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: denis@xxxxxxxxxxx, emmanuel@xxxxxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx External Bug ID: Red Hat Bugzilla 1312492 Description of problem: The version bump from 0.8 to 1.055 causes the following warning to be issued on el6: Use of uninitialized value $LWP::Protocol::https::VERSION in numeric ge (>=) at /usr/share/perl5/vendor_perl/Net/SSLGlue/LWP.pm line 14. because VERSION is not defined in the 5.833 version of LWP::Protocol::https.pm that ships with perl-libwww-perl on el6. Version-Release number of selected component (if applicable): 1.055-3.el6 How reproducible: 100% Steps to Reproduce: perl -e 'use Net::SSLGlue::LWP;' Actual results: Warning issued Expected results: No warnings issued Additional info: It looks like it would be a rather trivial patch to simply add a check whether VERSION is defined to the conditional. I've only looked at it briefly, but it looks as though functionality is not impacted. -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx http://lists.fedoraproject.org/admin/lists/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx