X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=Makefile.PL;h=c648e63bf8770f1d84f15fcff214323b03827437;hp=14b707743638af026b47b26a74fbd8da0f7ed7d4;hb=527858c3403a2591ac2782137ec0ff99ff563107;hpb=2708ae1178c582e52969f2f1882884733c729b25 diff --git a/Makefile.PL b/Makefile.PL index 14b7077..c648e63 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,9 +11,14 @@ WriteMakefile( 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', }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'DBIx-Class-ResultSet-RecursiveUpdate-*' }, + LICENSE => 'perl' ); +