Renamed Table to ResultSource::Table, tweaked FAQ
[dbsrgits/DBIx-Class.git] / Build.PL
index 1035d6c..7fac43b 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -6,9 +6,24 @@ my %arguments = (
     license            => 'perl',
     module_name        => 'DBIx::Class',
     requires           => {
-        'DBI'           => 0,
-        'NEXT'          => 0,
-        'DBD::SQLite'   => 1.08
+        'Data::Page'                => 2.00,
+        'DBI'                       => 1.40,
+        'UNIVERSAL::require'        => 0,
+        'Scalar::Util'              => 0,
+        'SQL::Abstract'             => 1.20,
+        'SQL::Abstract::Limit'      => 0.101,
+        'DBD::SQLite'               => 1.08,
+        'Class::C3'                 => 0.07,
+        'Tie::IxHash'               => 0,
+        'Module::Find'              => 0,
+        'Storable'                  => 0,
+        'Class::Data::Accessor'     => 0.01,
+        # Following for CDBICompat only
+        'Class::Trigger'            => 0,
+        'DBIx::ContextualFetch'     => 0,
+    },
+    recommends          => {
+        'Data::UUID'                => 0,
     },
     create_makefile_pl => 'passthrough',
     create_readme      => 1,