projects
/
dbsrgits/DBIx-Class-Journal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c1c8787
)
dep typo
Yuval Kogman [Wed, 30 Jul 2008 06:37:00 +0000 (06:37 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
b9f14fe
..
14528db
100644
(file)
--- 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,
},
);