X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=6061e4dfdfa6117bf259d9f74246eeaaf874e128;hb=df8abd99a70d8d8af5046da841557e1a394b752b;hp=3dd21f9d3deffa00fd24f789900110419e8ef574;hpb=c44982687dde108dff4c6a06683dc13bf281c166;p=dbsrgits%2FDBIx-Class.git diff --git a/Build.PL b/Build.PL index 3dd21f9..6061e4d 100644 --- a/Build.PL +++ b/Build.PL @@ -6,20 +6,20 @@ my %arguments = ( license => 'perl', module_name => 'DBIx::Class', requires => { - 'Data::Page' => 0, + 'Data::Page' => 2.00, 'DBI' => 0, 'UNIVERSAL::require' => 0, - 'NEXT' => 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, # Following for CDBICompat only 'Class::Trigger' => 0, 'DBIx::ContextualFetch' => 0, - 'Tie::IxHash' => 0, - 'Storable' => 0, - 'Module::Find' => 0, }, recommends => { 'Data::UUID' => 0,