projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a39ea7d
)
Remove Test::LongString from Makefile.PL, we don't use it in the tests
Shawn M Moore [Wed, 7 Jan 2009 13:40:05 +0000 (13:40 +0000)]
Makefile.PL
[changed mode: 0644->0755]
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
old mode 100644
(file)
new mode 100755
(executable)
index
6b6ef0d
..
05a2cf2
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-24,7
+24,6
@@
requires 'Filter::Simple' => '0';
# things the tests need
build_requires 'Test::More' => '0.77';
build_requires 'Test::Exception' => '0.21';
-build_requires 'Test::LongString';
tests_recursive();