projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0a3a19a
)
We no longer depend on Test::Exception
Shawn M Moore [Sun, 28 Sep 2008 16:25:48 +0000 (16:25 +0000)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
13cf932
..
0d68d56
100755
(executable)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-4,7
+4,6
@@
name 'Mouse';
all_from 'lib/Mouse.pm';
build_requires 'Test::More';
-build_requires 'Test::Exception';
WriteAll;