X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=14528db4df0d8f2d8d216416c8d3aae44788fa9e;hb=de96417c0b506aa0a8b5ec7d6132e178abe67cca;hp=b9f14fe7fcccf79370d9ccf4a550215f980a391e;hpb=c1c87879d9209050db342c8a5b21fb7e2640cb67;p=dbsrgits%2FDBIx-Class-Journal.git 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, }, );