X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F020_attributes%2F007_attribute_custom_metaclass.t;h=9e702d73ec6765a5f595a0e6093fd827b0889915;hb=4c98ebb0cca8d5d49d3a91eaf735f9861d00ccb0;hp=1d3c9776b3b358a72bbac0503babf8eb77f2d406;hpb=4060c871da12ba3c5e88986ed121a8254f906bd6;p=gitmo%2FMouse.git diff --git a/t/020_attributes/007_attribute_custom_metaclass.t b/t/020_attributes/007_attribute_custom_metaclass.t index 1d3c977..9e702d7 100644 --- a/t/020_attributes/007_attribute_custom_metaclass.t +++ b/t/020_attributes/007_attribute_custom_metaclass.t @@ -52,7 +52,7 @@ use Test::Exception; use Mouse; #extends 'Class::MOP::Attribute'; - extends 'Mouse::Meta::Attribute'; + extends 'Foo::Meta::Attribute'; package Bar; use Mouse;