dep typo
[dbsrgits/DBIx-Class-Journal.git] / Makefile.PL
index b9f14fe..14528db 100644 (file)
@@ -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,
                     },
 );