Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=175468 Summary: error on version check during "cpan r" Product: Fedora Core Version: fc4 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: normal Component: perl AssignedTo: jvdias@xxxxxxxxxx ReportedBy: rc040203@xxxxxxxxxx QAContact: dkl@xxxxxxxxxx CC: fedora-perl-devel-list@xxxxxxxxxx >From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050923 Fedora/1.7.12-1.5.1 Description of problem: Running cpan I am observing this strange message: Could not eval ' package ExtUtils::MakeMaker::_version; no strict; local $DBD::Pg::VERSION; $DBD::Pg::VERSION=undef; do { if $DBD::Pg::VERSION != 1.32 && $DBD::Pg::VERSION < 1.41; }; $DBD::Pg::VERSION ' in /usr/lib/perl5/vendor_perl/5.8.6/DBIx/DBSchema/DBD/Pg.pm: syntax error at (eval 256) line 7, near "if $DBD::Pg::VERSION " Version-Release number of selected component (if applicable): perl-5.8.6-18 How reproducible: Always Steps to Reproduce: Using a configured cpan, using FC4 + FE4: 1. yum install perl-DBIx-DBSchema 2. echo "r" | cpan > log Actual Results: See log above. Expected Results: Function, no error nor warning. Additional info: Uninstalling perl-DBIx-DBSchema lets this error disappear. -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.