2009/2/5 Peter J. Holzer <[email protected]>: > On 2009-02-05 07:21:36 -0600, David Ehresmann wrote: >> "The version that is included with RHEL 4 should be fine." >> >> How do I test to see if the DBI bundle was installed? > > This is a Redhat question, not a Perl question. > > % rpm -qa | grep DBI > perl-DBI-1.50-1.el4s1 >
well, it could be a Perl question ;-) $ perl -MDBI=99999 -e 'print $DBI::VERSION' DBI version 99999 required--this is only version 1.32 at /usr/lib/perl5/5.8.0/Exporter/Heavy.pm line 121.
