X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=Makefile.PL;h=252c49801ad26e97fda014233630db8764802fb6;hp=ca2968a2f01a70c888f5831a8178b666ba72f919;hb=34a44681170dc8a76ec09b1d655ed2c6d1d28e49;hpb=424363ed169eae916480670bea2363322285855a diff --git a/Makefile.PL b/Makefile.PL index ca2968a..252c498 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,8 +11,14 @@ WriteMakefile( PREREQ_PM => { 'Test::More' => 0, 'version' => 0, - 'DBIx::Class' => 0, + 'DBIx::Class' => '0.08100', + 'DBIx::Class::IntrospectableM2M' => 0, + 'SQL::Translator' => '0.08', + 'DateTime' => 0, + 'DBD::SQLite' => '1.21', }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'DBIx-Class-ResultSet-RecursiveUpdate-*' }, + LICENSE => 'perl' ); +