small cleanup to last patch
[dbsrgits/DBIx-Class.git] / Build.PL
index abf93cf..3dd21f9 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -14,10 +14,16 @@ 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,
     },
+    recommends          => {
+        'Data::UUID'                => 0,
+    },
     create_makefile_pl => 'passthrough',
     create_readme      => 1,
     test_files         => [ glob('t/*.t'), glob('t/*/*.t') ]