X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F014_attribute_introspection.t;h=c51c953bea2a39f82dd4a60452fa5da12c28a757;hb=bd4e03f969edf4e9f30835d591baf521605a684b;hp=12f8c94971e94b03580c51a0968fb87a3b1a6d58;hpb=4d154c08ac55b0f2daa5c6371f6542214e53a51b;p=gitmo%2FClass-MOP.git diff --git a/t/014_attribute_introspection.t b/t/014_attribute_introspection.t index 12f8c94..c51c953 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 => 39; +use Test::More tests => 40; use Test::Exception; BEGIN { @@ -22,6 +22,9 @@ BEGIN { my @methods = qw( meta new clone + + initialize_instance_slot + name has_accessor accessor has_writer writer