From: Simon Cozens Date: Sat, 31 Jan 2004 16:12:45 +0000 (+0000) Subject: New dependencies X-Git-Tag: 2.10~328 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=7c9d6ceb95ab15ad367d692d3f9934ed7c133786;p=maypole.git New dependencies git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@34 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/Makefile.PL b/Makefile.PL index f9bcfa1..398f6ab 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,9 +8,12 @@ WriteMakefile( PREREQ_PM => { DBD::SQLite => 0, # For testing Class::DBI::Loader => 0, + Class::DBI::AbstractSearch => 0, + Class::DBI::Pager => 0, Class::DBI::AsForm => 0, Class::DBI::FromCGI => 0, Class::DBI::Loader::Relationship => 0, + CGI::Untaint => 0, UNIVERSAL::moniker => 0, UNIVERSAL::require => 0, Apache::Request => 0,