X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=benchmarks%2Fmodifiers.pl;h=aa041c687428f1b7579af162f1610dcac420bd1b;hb=d39ac61c301d8857e33e6077252e461654d8a37f;hp=d8b286f31413ba565d47c910b3eb46fb67484941;hpb=3fac36bed469b7bf8a80c9a10f2c38c2bdfab5d4;p=gitmo%2FMouse.git diff --git a/benchmarks/modifiers.pl b/benchmarks/modifiers.pl index d8b286f..aa041c6 100644 --- a/benchmarks/modifiers.pl +++ b/benchmarks/modifiers.pl @@ -54,7 +54,7 @@ sub around{ { package MouseClass; use parent -norequire => qw(Base); - use Moose; + use Mouse; before f => sub{ $i++ }; around g => \&main::around;