]> git.decadent.org.uk Git - maypole.git/commitdiff
New dependencies
authorSimon Cozens <simon@simon-cozens.org>
Sat, 31 Jan 2004 16:12:45 +0000 (16:12 +0000)
committerSimon Cozens <simon@simon-cozens.org>
Sat, 31 Jan 2004 16:12:45 +0000 (16:12 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@34 48953598-375a-da11-a14b-00016c27c3ee

Makefile.PL

index f9bcfa1dc55cf210baef3fa0fcc82638f213892f..398f6abfaf3583e3e29829282f74d5da44169b40 100644 (file)
@@ -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,