projects
/
gitmo/MooseX-UndefTolerant.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e572136
)
Require Test::Fatal
Dave Rolsky [Wed, 2 Mar 2011 22:14:50 +0000 (16:14 -0600)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
ca5c08e
..
6fadbfc
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-5,7
+5,7
@@
all_from 'lib/MooseX/UndefTolerant.pm';
author q{Cory G Watson <gphat@cpan.org>};
license 'perl';
-build_requires 'Test::More';
+build_requires 'Test::Fatal';
build_requires 'Test::More' => '0.002';
requires 'Moose' => '0.89';