X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=benchmarks%2Fmodifiers.pl;h=aa041c687428f1b7579af162f1610dcac420bd1b;hp=d8b286f31413ba565d47c910b3eb46fb67484941;hb=e128626c409797822ffd8a4079f833eb3dc0fd37;hpb=3fac36bed469b7bf8a80c9a10f2c38c2bdfab5d4 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;