Minor whitespace tweaks to make each file more distinct. Add note for CDBI folks...
[dbsrgits/DBIx-Class.git] / Build.PL
index fd130ca..0c22671 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -11,10 +11,15 @@ my %arguments = (
         'UNIVERSAL::require'        => 0,
         'NEXT'                      => 0,
         'Scalar::Util'              => 0,
-        'SQL::Abstract'             => 1.19,
-        'SQL::Abstract::Limit'      => 0.033,
+        'SQL::Abstract'             => 1.20,
+        'SQL::Abstract::Limit'      => 0.101,
         'DBD::SQLite'               => 1.08,
        'Tie::IxHash'               => 0,
+        'Storable'                  => 0,
+        'Module::Find'              => 0,
+    },
+    reommends          => {
+        'Data::UUID'                => 0,
     },
     create_makefile_pl => 'passthrough',
     create_readme      => 1,