X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=6061e4dfdfa6117bf259d9f74246eeaaf874e128;hb=df8abd99a70d8d8af5046da841557e1a394b752b;hp=e26b0a7e1cf045aa44a4fdf9d4236fe26ebd0958;hpb=fef5d100c208d604c7a7b3c33eb6e32946d71848;p=dbsrgits%2FDBIx-Class.git diff --git a/Build.PL b/Build.PL index e26b0a7..6061e4d 100644 --- a/Build.PL +++ b/Build.PL @@ -6,16 +6,23 @@ 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.19, - 'SQL::Abstract::Limit' => 0.033, + 'SQL::Abstract' => 1.20, + 'SQL::Abstract::Limit' => 0.101, 'DBD::SQLite' => 1.08, - 'Tie::IxHash' => 0, + 'Class::C3' => 0.07, + 'Tie::IxHash' => 0, + 'Module::Find' => 0, 'Storable' => 0, + # Following for CDBICompat only + 'Class::Trigger' => 0, + 'DBIx::ContextualFetch' => 0, + }, + recommends => { + 'Data::UUID' => 0, }, create_makefile_pl => 'passthrough', create_readme => 1,