Fixes to CDBICompat::HasMany mapping method support, with thanks to bricas
[dbsrgits/DBIx-Class-Historic.git] / Build.PL
index 0853b8f..651a9d7 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -6,14 +6,16 @@ my %arguments = (
     license            => 'perl',
     module_name        => 'DBIx::Class',
     requires           => {
+        'Data::Page'                => 0,
         'DBI'                       => 0,
         '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,
     },
     create_makefile_pl => 'passthrough',
     create_readme      => 1,