changes in 0.05 dist that mst forgot to commit
[dbsrgits/DBIx-Class.git] / Build.PL
index 21b4af0..3a2a75b 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -6,13 +6,22 @@ my %arguments = (
     license            => 'perl',
     module_name        => 'DBIx::Class',
     requires           => {
-        'DBI'                       => 0,
-        'UNIVERSAL::require'        => 0,
-        'NEXT'                      => 0,
-        'SQL::Abstract'             => 1.19,
-        'SQL::Abstract::Limit'      => 0.033,
-        'DBD::SQLite'               => 1.08,
-       'Tie::IxHash'               => 0,
+        'Data::Page'                => 2.00,
+        'Scalar::Util'              => 0,
+        'SQL::Abstract'             => 1.20,
+        'SQL::Abstract::Limit'      => 0.101,
+        'Class::C3'                 => 0.07,
+        'Storable'                  => 0,
+        'Class::Data::Accessor'     => 0.01,
+       'Carp::Clan'                => 0,
+        'DBI'                       => 1.40,
+    },
+    build_requires      => {
+        'DBD::SQLite'               => 1.11,
+    },
+    recommends          => {
+        'Data::UUID'                => 0,
+        'Module::Find'              => 0,
     },
     create_makefile_pl => 'passthrough',
     create_readme      => 1,