projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9009aca
)
Fix a test
gfx [Fri, 2 Oct 2009 11:04:15 +0000 (20:04 +0900)]
t/000-recipes/moose_cookbook_meta_recipe3.t
patch
|
blob
|
blame
|
history
diff --git
a/t/000-recipes/moose_cookbook_meta_recipe3.t
b/t/000-recipes/moose_cookbook_meta_recipe3.t
index
1587270
..
b77d293
100644
(file)
--- a/
t/000-recipes/moose_cookbook_meta_recipe3.t
+++ b/
t/000-recipes/moose_cookbook_meta_recipe3.t
@@
-42,7
+42,7
@@
$| = 1;
my $dump = '';
- for my $name ( $self->meta->get_attribute_list ) {
+ for my $name ( sort $self->meta->get_attribute_list ) {
my $attribute = $self->meta->get_attribute($name);
if ( $attribute->does('MyApp::Meta::Attribute::Trait::Labeled')