From: Stevan Little Date: Fri, 23 Nov 2007 21:07:04 +0000 (+0000) Subject: whoops X-Git-Tag: 0_47~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1bd2739a5d2db729050f2653a4f34e335ed55670;p=gitmo%2FClass-MOP.git whoops --- diff --git a/t/014_attribute_introspection.t b/t/014_attribute_introspection.t index 368494b..9eb1603 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 => 54; +use Test::More tests => 56; use Test::Exception; BEGIN { @@ -27,8 +27,8 @@ BEGIN { name has_accessor accessor - has_writer writer get_write_method - has_reader reader get_read_method + has_writer writer get_write_method get_write_method_ref + has_reader reader get_read_method get_read_method_ref has_predicate predicate has_clearer clearer has_builder builder @@ -75,7 +75,7 @@ BEGIN { '$!default', '$!associated_class', '@!associated_methods', - ); + ); is_deeply( [ sort $meta->get_attribute_list ],