X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F000-recipes%2Fmoose_cookbook_meta_recipe3.t;h=b77d2932126c042af9122564eb5725af99e33422;hb=cfa6d970245f1bbc9330c0e4bb3342356a43ac16;hp=1587270af03cb21cb5c211663cc32cc453a3a940;hpb=cc08dff9f13ae25057d4e84ddfacb4bdf44fea67;p=gitmo%2FMouse.git diff --git a/t/000-recipes/moose_cookbook_meta_recipe3.t b/t/000-recipes/moose_cookbook_meta_recipe3.t index 1587270..b77d293 100644 --- 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')