X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=6061e4dfdfa6117bf259d9f74246eeaaf874e128;hb=181d4574c4ca1881f288c525a16b7236a8c4e800;hp=af41bb1266312c9db7c2537c8cbf0c794aa9792a;hpb=75a23b3e351f37ed420f182492d441ccbdca6569;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/Build.PL b/Build.PL index af41bb1..6061e4d 100644 --- a/Build.PL +++ b/Build.PL @@ -6,7 +6,7 @@ my %arguments = ( license => 'perl', module_name => 'DBIx::Class', requires => { - 'Data::Page' => 0, + 'Data::Page' => 2.00, 'DBI' => 0, 'UNIVERSAL::require' => 0, 'Scalar::Util' => 0, @@ -14,7 +14,7 @@ my %arguments = ( 'SQL::Abstract::Limit' => 0.101, 'DBD::SQLite' => 1.08, 'Class::C3' => 0.07, - 'Tie::IxHash' => 0, + 'Tie::IxHash' => 0, 'Module::Find' => 0, 'Storable' => 0, # Following for CDBICompat only