X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Build.PL;h=da41963ed2876442eda12ed36adf721c278c9b9f;hb=571dced30707f6cf20e15f8eee0e4cb987c45fd1;hp=fd130ca358a3c26e434ee2db1d5173dd7b831451;hpb=59f8e58434e28bd6005d9dfcca75a0efbb4f49e1;p=dbsrgits%2FDBIx-Class.git diff --git a/Build.PL b/Build.PL index fd130ca..da41963 100644 --- a/Build.PL +++ b/Build.PL @@ -6,15 +6,24 @@ 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, + '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,