Skip Menu |

This queue is for tickets about the DBI CPAN distribution.

Report information
The Basics
Id: 14221
Status: resolved
Priority: 0/
Queue: DBI

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: Missing dependency on Storable
11fetch.t uses Storable but DBI does not declare a dependency on it. This causes problems when using a Perl older than 5.7.3 (when Storable was introduced). t/11fetch.............Can't locate Storable.pm in @INC (@INC contains: blib/arch blib/lib /usr/local/perl/ActivePerl-638/lib/5.6.1/darwin /usr/local/perl/ActivePerl-638/lib/5.6.1/darwin /usr/local/perl/ActivePerl-638/lib/5.6.1 /sw/lib/perl5/darwin /sw/lib/perl5/darwin /sw/lib/perl5 /usr/local/perl/ActivePerl-638/lib/site_perl/5.6.1/darwin /usr/local/perl/ActivePerl-638/lib/site_perl/5.6.1/darwin /usr/local/perl/ActivePerl-638/lib/site_perl/5.6.1 /usr/local/perl/ActivePerl-638/lib/site_perl/5.6.1/darwin /usr/local/perl/ActivePerl-638/lib/site_perl/5.6.1 /usr/local/perl/ActivePerl-638/lib/site_perl . /usr/local/perl/ActivePerl-638/lib/5.6.1/darwin /usr/local/perl/ActivePerl-638/lib/5.6.1 /usr/local/perl/ActivePerl-638/lib/site_perl/5.6.1/darwin /usr/local/perl/ActivePerl-638/lib/site_perl/5.6.1 /usr/local/perl/ActivePerl-638/lib/site_perl .) at t/11fetch.t line 8. BEGIN failed--compilation aborted at t/11fetch.t line 8.
Fixed. Thanks.