X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F020_attributes%2F015_attribute_traits.t;h=9d89cf5c631d4248eb927db0d1b1e9c601539d96;hp=aaa6ece11799745ff76be515a207ae35a7d72ebc;hb=2a464664052830d5fad036569d5ccb3964c7f592;hpb=cfa6d970245f1bbc9330c0e4bb3342356a43ac16 diff --git a/t/020_attributes/015_attribute_traits.t b/t/020_attributes/015_attribute_traits.t index aaa6ece..9d89cf5 100644 --- a/t/020_attributes/015_attribute_traits.t +++ b/t/020_attributes/015_attribute_traits.t @@ -21,7 +21,7 @@ use Test::Mouse; after 'install_accessors' => sub { my $self = shift; - my $reader = $self->get_read_method; + my $reader = $self->get_read_method_ref; $self->associated_class->add_method( $self->alias_to,