From: Paul Makepeace Date: Tue, 15 Nov 2005 15:26:22 +0000 (+0000) Subject: Add Class::Trigger and DBIx::ContextualFetch to build requirements X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c44982687dde108dff4c6a06683dc13bf281c166;p=dbsrgits%2FDBIx-Class-Historic.git Add Class::Trigger and DBIx::ContextualFetch to build requirements (needed for CDBICompat only) --- diff --git a/Build.PL b/Build.PL index a741a69..3dd21f9 100644 --- a/Build.PL +++ b/Build.PL @@ -14,6 +14,9 @@ my %arguments = ( 'SQL::Abstract' => 1.20, 'SQL::Abstract::Limit' => 0.101, 'DBD::SQLite' => 1.08, + # Following for CDBICompat only + 'Class::Trigger' => 0, + 'DBIx::ContextualFetch' => 0, 'Tie::IxHash' => 0, 'Storable' => 0, 'Module::Find' => 0,