[Bug 175468] error on version check during "cpan r"

bugzilla at redhat.com bugzilla at redhat.com
Thu Dec 15 20:00:07 UTC 2005


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: error on version check during "cpan r"


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


jvdias at redhat.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |CLOSED
         Resolution|                            |NOTABUG




------- Additional Comments From jvdias at redhat.com  2005-12-15 14:59 EST -------
This is NOT a perl bug - this is bad perl code in the DBIx::DBSchema module.

This is an invalid perl statement:
---
do {
    if $DBD::Pg::VERSION != 1.32 && $DBD::Pg::VERSION < 1.41;
   }; 
---

Presumably, you downloaded DBIx::DBSchema from cpan and installed it -
neither Fedora Core nor Fedora Extras provide this module.

Personally, I wouldn't trust any module that ships with invalid perl code
such as the above - I recommend that you uninstall it.

If you want to persevere with DBIx::DBSchema, I suggest raising a bug
at the developer's CPAN site: 
  http://search.cpan.org/~ivan/DBIx-DBSchema-0.28/DBSchema.pm#BUGS

-- 
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.




More information about the Fedora-perl-devel-list mailing list