Date: | Tue, 23 Sep 2003 21:11:06 -0600 |
From: | Jim Cromie <jcromie [...] divsol.com> |
To: | jesse+cpan [...] fsck.com |
Subject: | SearchBuilder missing dependency on DBI |
Hi Jesse,
your new version seems to be lacking a dependency - on DBI.
Once I installed DBI, yours went in wo errs.
[root@groucho DBIx-SearchBuilder-0.92]# mroe Makefile.PL
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'DBIx::SearchBuilder',
'VERSION_FROM' => 'SearchBuilder.pm', # finds $VERSION
'PREREQ_PM' => { 'Class::ReturnValue' => '0.40'},
);