projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e98096d
)
Tweak skip message
Dave Rolsky [Thu, 11 Jun 2009 15:30:18 +0000 (10:30 -0500)]
t/310_immutable_destroy.t
patch
|
blob
|
blame
|
history
diff --git
a/t/310_immutable_destroy.t
b/t/310_immutable_destroy.t
index
9efbedf
..
a50e1bf
100644
(file)
--- a/
t/310_immutable_destroy.t
+++ b/
t/310_immutable_destroy.t
@@
-5,7
+5,7
@@
use Class::MOP;
SKIP: {
unless (eval { require Moose; 1 }) {
- skip 'test requires moose', 1;
+ skip 'This test requires Moose', 1;
exit 0;
}