Add Class::Trigger and DBIx::ContextualFetch to build requirements
Paul Makepeace [Tue, 15 Nov 2005 15:26:22 +0000 (15:26 +0000)]
(needed for CDBICompat only)

Build.PL

index a741a69..3dd21f9 100644 (file)
--- 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,