X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F014_attribute_introspection.t;h=d2d9103ec513cfff62af998fc2d18bbde41edee5;hb=b25109b1bb81739adfbb5135176792bf5d0e3feb;hp=7fe3b0ebcbb3aca944d0b73a6f66e64bded47171;hpb=804f7d24a1d915091c94017734c78ab5cbdfa181;p=gitmo%2FClass-MOP.git diff --git a/t/014_attribute_introspection.t b/t/014_attribute_introspection.t index 7fe3b0e..d2d9103 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 => 49; +use Test::More tests => 51; use Test::Exception; BEGIN { @@ -27,8 +27,8 @@ BEGIN { name has_accessor accessor - has_writer writer - has_reader reader + has_writer writer get_write_method + has_reader reader get_read_method has_predicate predicate has_clearer clearer has_init_arg init_arg