projects
/
gitmo/MooseX-Antlers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2f4aa4e
)
Fix test_requires
Tomas Doran [Tue, 12 Jan 2010 21:13:59 +0000 (21:13 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
a37f7cd
..
fc7726e
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-23,5
+23,6
@@
test_requires 'Data::Dump::Streamer';
test_requires 'Class::Unload';
test_requires 'Test::More' => '0.88';
test_requires 'Test::Exception';
+test_requires 'YAML::XS';
WriteAll;