From: Yuval Kogman Date: Wed, 30 Jul 2008 06:37:00 +0000 (+0000) Subject: dep typo X-Git-Tag: v0.900201~69 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=de96417c0b506aa0a8b5ec7d6132e178abe67cca;p=dbsrgits%2FDBIx-Class-Journal.git dep typo --- diff --git a/Makefile.PL b/Makefile.PL index b9f14fe..14528db 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,6 +5,6 @@ WriteMakefile( VERSION_FROM => 'lib/DBIx/Class/Schema/Journal.pm', PREREQ_PM => { 'DBIx::Class' => 0.08, 'DBD::SQLite' => 0.12, - 'Test::Tempdir' => 0.04, + 'Test::TempDir' => 0.04, }, );