X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F020_attributes%2F015_attribute_traits.t;h=01e97414f30ca91f54262e17f06d0bdf8062c169;hb=b6c42ac07e8d9c499b948b0f9015978242550336;hp=9d89cf5c631d4248eb927db0d1b1e9c601539d96;hpb=2a464664052830d5fad036569d5ccb3964c7f592;p=gitmo%2FMouse.git diff --git a/t/020_attributes/015_attribute_traits.t b/t/020_attributes/015_attribute_traits.t index 9d89cf5..01e9741 100644 --- a/t/020_attributes/015_attribute_traits.t +++ b/t/020_attributes/015_attribute_traits.t @@ -25,7 +25,7 @@ use Test::Mouse; $self->associated_class->add_method( $self->alias_to, - sub { shift->$reader(@_) }, + $reader, ); }; }