projects
/
dbsrgits/DBIx-Class-ParameterizedJoinHack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1eeafdb
)
added Test::Fatal dep
Robert Sedlacek [Wed, 30 Sep 2015 04:02:44 +0000 (
04:02
+0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
7bd2fe5
..
d8c5042
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-8,6
+8,7
@@
my $eumm_version = eval $ExtUtils::MakeMaker::VERSION;
my %_test_req = (
'Test::More' => 0,
+ 'Test::Fatal' => 0,
);
my %_build_req = (
($eumm_version < 6.63_03) ? (%_test_req) : (),