projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5009e3d
)
Tweak test description
Dave Rolsky [Sun, 10 May 2009 15:41:58 +0000 (10:41 -0500)]
t/060_compat/004_extends_nonmoose_that_isa_moose_with_metarole.t
patch
|
blob
|
blame
|
history
diff --git
a/t/060_compat/004_extends_nonmoose_that_isa_moose_with_metarole.t
b/t/060_compat/004_extends_nonmoose_that_isa_moose_with_metarole.t
index
420e206
..
3865848
100644
(file)
--- a/
t/060_compat/004_extends_nonmoose_that_isa_moose_with_metarole.t
+++ b/
t/060_compat/004_extends_nonmoose_that_isa_moose_with_metarole.t
@@
-25,5
+25,5
@@
use Test::More tests => 1;
lives_ok {
extends 'SubClassUseBase';
}
- 'Can extend non-moose class whos parent class is a Moose class with a meta role';
+ 'Can extend non-moose class with parent class that is a Moose class with a meta role';
}