X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=Makefile.PL;h=2c143beb61025bc210a3ac34cdc6809d1d4f0218;hp=4a48f3d182c21c0d96d32faf66d66ed885925d89;hb=0efbb518d8d981b58f600f125ed6383b412e51c3;hpb=4b28c97c1ae81fb8d0d4a743f80f999fab5634de diff --git a/Makefile.PL b/Makefile.PL index 4a48f3d..2c143be 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,12 +10,14 @@ 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', }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'DBIx-Class-ResultSet-RecursiveUpdate-*' }, + LICENSE => 'perl' ); +