X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=Makefile.PL;h=e4866dcfff0610c92a887000597602a815197936;hp=9fa0728706ab7d240ccb4d1d2aef735c8d4b1935;hb=861d0d247104ba5d9a05184728e19f1516521396;hpb=396ed4908c6ebb6c42f7abac90f0cf5ac5610e54 diff --git a/Makefile.PL b/Makefile.PL index 9fa0728..e4866dc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,12 +10,15 @@ WriteMakefile( PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, - 'version' => 0, - 'DBIx::Class' => '0.08011', + 'DBIx::Class' => '0.08100', 'DBIx::Class::IntrospectableM2M' => 0, - 'SQL::Translator' => '0.08', - 'Date::Time' = 0, + 'SQL::Translator' => '0.09004', + 'DateTime' => 0, + 'DBD::SQLite' => '1.21', + 'Readonly' => '1.03' }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'DBIx-Class-ResultSet-RecursiveUpdate-*' }, + LICENSE => 'perl' ); +