X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=Makefile.PL;h=e4866dcfff0610c92a887000597602a815197936;hp=b1ec4e598766e976dfea9f6c924fc153b5c67ba1;hb=861d0d247104ba5d9a05184728e19f1516521396;hpb=9cd16352bf24aed1decc4b0ce7863735f4ae70a0 diff --git a/Makefile.PL b/Makefile.PL index b1ec4e5..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', + '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' ); +