projects
/
dbsrgits/DBIx-Class-Cursor-Cached.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a7f2916
)
add Carp::Clan
Justin Hunter [Sun, 23 Jan 2011 14:28:06 +0000 (14:28 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
2a39b6e
..
4960264
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-7,6
+7,7
@@
all_from 'lib/DBIx/Class/Cursor/Cached.pm';
requires 'DBIx::Class' => '0.08004';
requires 'Digest::SHA1';
+requires 'Carp::Clan' => '6.0';
build_requires 'DBD::SQLite' => '1.25';
build_requires 'Test::More';