X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F014_attribute_introspection.t;h=84fd2fd73a0e409a58492b4ab36202f88fbeddf9;hb=45a183fb2121b112e516532a4d72edb042966580;hp=c8a486476f28f44b7d8ea68bd0ad58ff7d3ad123;hpb=4717d7fa6f9e242d650a086f4ee6ab5ce5d56824;p=gitmo%2FClass-MOP.git diff --git a/t/014_attribute_introspection.t b/t/014_attribute_introspection.t index c8a4864..84fd2fd 100644 --- a/t/014_attribute_introspection.t +++ b/t/014_attribute_introspection.t @@ -1,7 +1,7 @@ use strict; use warnings; -use Test::More tests => 64; +use Test::More tests => 65; use Test::Exception; use Class::MOP; @@ -54,6 +54,7 @@ use Class::MOP; associate_method process_accessors + _process_accessors install_accessors remove_accessors