Fix a test
gfx [Fri, 2 Oct 2009 11:04:15 +0000 (20:04 +0900)]
t/000-recipes/moose_cookbook_meta_recipe3.t

index 1587270..b77d293 100644 (file)
@@ -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')