projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
80a59a1
)
Remove build-dep on Sub::Uplevel, Test::Exception can install it (makes us look a...
Shawn M Moore [Tue, 9 Dec 2008 02:38:49 +0000 (
02:38
+0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
be74c98
..
7311fb8
100755
(executable)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-10,7
+10,6
@@
if ($] < 5.007003) {
}
build_requires 'Test::Exception';
-build_requires 'Sub::Uplevel'; # required by Test::Exception
build_requires 'Test::More';
auto_include;