X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=Makefile.PL;h=e4866dcfff0610c92a887000597602a815197936;hp=ca2968a2f01a70c888f5831a8178b666ba72f919;hb=861d0d247104ba5d9a05184728e19f1516521396;hpb=424363ed169eae916480670bea2363322285855a diff --git a/Makefile.PL b/Makefile.PL index ca2968a..e4866dc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,9 +10,15 @@ WriteMakefile( PL_FILES => {}, PREREQ_PM => { 'Test::More' => 0, - 'version' => 0, - 'DBIx::Class' => 0, + 'DBIx::Class' => '0.08100', + 'DBIx::Class::IntrospectableM2M' => 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' ); +