From: Luke Saunders Date: Mon, 4 Feb 2008 17:50:21 +0000 (+0000) Subject: made Makefil more specific X-Git-Tag: v1.001002~44 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fe8a1e2623fa62005216532278df5a6c065a10fc;p=dbsrgits%2FDBIx-Class-Fixtures.git made Makefil more specific --- diff --git a/Makefile.PL b/Makefile.PL index e83e604..e6c7b7a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,13 +8,14 @@ WriteMakefile( VERSION_FROM => 'lib/DBIx/Class/Fixtures.pm', PL_FILES => {}, PREREQ_PM => { - 'Test::More' => 0, - 'DBIx::Class' => 0, - 'Class::Accessor' => 0, - 'Path::Class' => 0, - 'Config::Any::JSON' => 0, - 'Data::Dump::Streamer' => 0, - 'Hash::Merge' => 0, + 'Test::More' => 0.7, + 'DBIx::Class' => 0.08, + 'Class::Accessor' => 0.31, + 'Path::Class' => 0.16, + 'Config::Any' => 0.08, + 'JSON::Syck' => 0.26, + 'Data::Dump::Streamer' => 2.08, + 'Hash::Merge' => 0.10, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'DBIx-Class-Fixtures-*' },