X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F014_attribute_introspection.t;h=56467d6cbb21f2885b812cc6a950bc2e8da8bc66;hb=16e960bd460d404b809a1e5c24ba77405643342b;hp=ec11f7938ad401e46d0329884f95ae190bd1657c;hpb=b1d5534136ff0d784759bdef7e9bff56accb6466;p=gitmo%2FClass-MOP.git diff --git a/t/014_attribute_introspection.t b/t/014_attribute_introspection.t index ec11f79..56467d6 100644 --- a/t/014_attribute_introspection.t +++ b/t/014_attribute_introspection.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More tests => 46; +use Test::More tests => 48; use Test::Exception; BEGIN { @@ -34,6 +34,8 @@ BEGIN { has_default default is_default_a_coderef slots + get_value + set_value associated_class attach_to_class detach_from_class