X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faccessor-trigger.t;h=762b290ccebb0046e38942ba8e7415060404e640;hb=master;hp=aaef95971ed98ba2378fdcc197eabf1c9e183921;hpb=e8dc52018eeed58688ed4d0fd233d4ac4837d7b2;p=gitmo%2FMoo.git diff --git a/t/accessor-trigger.t b/t/accessor-trigger.t index aaef959..762b290 100644 --- a/t/accessor-trigger.t +++ b/t/accessor-trigger.t @@ -100,7 +100,7 @@ run_for 'LazyDefault'; has one => (is => 'rw', trigger => 1 ); - sub _one_trigger { push @::tr, $_[1] } + sub _trigger_one { push @::tr, $_[1] } } run_for 'Shaz';