projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
dceeddc
)
more author requirements
Matt S Trout [Wed, 23 Jul 2008 20:11:13 +0000 (20:11 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
51039d6
..
58e7e3f
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-44,6
+44,9
@@
my @force_build_requires_if_author = qw(
DBIx::ContextualFetch
Class::Trigger
Time::Piece
+ Clone
+ Test::Pod::Coverage
+ Test::Memory::Cycle
);
if ($Module::Install::AUTHOR) {