projects
/
gitmo/MooseX-Storage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7d5ab57
)
Make sure authors have all the deps
Tomas Doran [Sat, 5 May 2012 14:26:31 +0000 (15:26 +0100)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
6957a7d
..
9902967
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-48,6
+48,8
@@
build_requires 'Test::Deep' => '0';
build_requires 'Test::Fatal' => '0';
build_requires 'Test::Requires' => '0.05';
+author_requires 'Digest::HMAC';
+author_requires 'Digest::SHA';
author_requires 'Test::Pod' => '1.14';
author_requires 'Test::Pod::Coverage' => '1.08';