From: zby Date: Tue, 17 Feb 2009 08:11:53 +0000 (+0000) Subject: added prerequisites X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-DBIx-Class-ResultSet-RecursiveUpdate;a=commitdiff_plain;h=4b28c97c1ae81fb8d0d4a743f80f999fab5634de added prerequisites --- diff --git a/Makefile.PL b/Makefile.PL index 9fa0728..4a48f3d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,7 +14,7 @@ WriteMakefile( 'DBIx::Class' => '0.08011', 'DBIx::Class::IntrospectableM2M' => 0, 'SQL::Translator' => '0.08', - 'Date::Time' = 0, + 'Date::Time' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'DBIx-Class-ResultSet-RecursiveUpdate-*' },