X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=blobdiff_plain;f=Makefile.PL;h=e4866dcfff0610c92a887000597602a815197936;hp=1eb3120621b205915e6feb875eda9048142e6ea8;hb=6a5c10fec4f08c31a76d0f5058d4b28c0bdde3d2;hpb=6239425671e0ed46863cf0e669740abf3cf26fec diff --git a/Makefile.PL b/Makefile.PL index 1eb3120..e4866dc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,12 +10,12 @@ 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' => 0, + 'DBD::SQLite' => '1.21', + 'Readonly' => '1.03' }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'DBIx-Class-ResultSet-RecursiveUpdate-*' },