X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F003_inheriting_meta_desc.t;h=0419d3a7de98640e83be49783621bd761fc33ffa;hb=cde3f91b782855c0cb919a9b43df86118d98914e;hp=dff334b5ef222656d5fb825df75b4cdf8b7b3632;hpb=6515e19d3b91a45a5f27c1ca73207868a724bd97;p=gitmo%2FMooseX-MetaDescription.git diff --git a/t/003_inheriting_meta_desc.t b/t/003_inheriting_meta_desc.t index dff334b..0419d3a 100644 --- a/t/003_inheriting_meta_desc.t +++ b/t/003_inheriting_meta_desc.t @@ -66,7 +66,7 @@ is($baz_attr->metadescription->descriptor, $baz_attr, '... got the circular ref' isa_ok($baz_attr->metadescription, 'MooseX::MetaDescription::Description'); is($baz_attr->metadescription->descriptor, $baz_attr, '... got the circular ref'); - my ($bar_attr_2, $baz_attr_2) = Bar->meta->compute_all_applicable_attributes; + my ($bar_attr_2, $baz_attr_2) = Bar->meta->get_all_attributes; is($bar_attr, $bar_attr_2, '... got the same attribute'); is($baz_attr, $baz_attr_2, '... got the same attribute'); }