projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4831115
)
Fix benchmarks/modifiers.pl
gfx [Mon, 7 Dec 2009 05:36:16 +0000 (14:36 +0900)]
benchmarks/modifiers.pl
patch
|
blob
|
blame
|
history
diff --git
a/benchmarks/modifiers.pl
b/benchmarks/modifiers.pl
index
d8b286f
..
aa041c6
100644
(file)
--- 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;