projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7ce2afb
)
Fix typo in test description
Dave Rolsky [Mon, 29 Aug 2011 16:24:51 +0000 (11:24 -0500)]
t/bugs/attribute_trait_parameters.t
patch
|
blob
|
blame
|
history
diff --git
a/t/bugs/attribute_trait_parameters.t
b/t/bugs/attribute_trait_parameters.t
index
1d0afc9
..
7f49a69
100644
(file)
--- a/
t/bugs/attribute_trait_parameters.t
+++ b/
t/bugs/attribute_trait_parameters.t
@@
-41,7
+41,7
@@
use Test::Requires {
R => { -excludes => ['method'] },
],
);
- } q{}, 'no warning with -alias parameterized attribute traits';
+ } q{}, 'no warning with -excludes parameterized attribute traits';
}
done_testing;