X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F034-apply_all_roles.t;h=c2979ef88f3829b2c0001396c01d07de40b9984e;hb=6fea087bcf1c984bd8afc7c2d5b4a078569e3b5c;hp=b36ea2dc1d01bf36ec2f2f444e4339670b1cfb99;hpb=21498b08feb4f9e5f74670eafe293adcbf3cdd29;p=gitmo%2FMouse.git diff --git a/t/034-apply_all_roles.t b/t/034-apply_all_roles.t index b36ea2d..c2979ef 100644 --- a/t/034-apply_all_roles.t +++ b/t/034-apply_all_roles.t @@ -30,5 +30,5 @@ Mouse::Util::apply_all_roles('Baz', 'FooRole'); my $baz = Baz->new; is $baz->foo, 'ok1'; is $baz->bar, 'ok2'; -is join(",", sort $baz->meta->get_method_list), 'bar,foo'; +is join(",", sort $baz->meta->get_method_list), 'bar,foo,meta';