projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0ffc418
)
Remove a fat semicolon
gfx [Tue, 23 Feb 2010 02:00:30 +0000 (11:00 +0900)]
lib/Mouse/PurePerl.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Mouse/PurePerl.pm
b/lib/Mouse/PurePerl.pm
index
fa6a1d7
..
94d57d8
100644
(file)
--- a/
lib/Mouse/PurePerl.pm
+++ b/
lib/Mouse/PurePerl.pm
@@
-206,9
+206,7
@@
sub _parameterize_Maybe_for {
return sub{
return !defined($_) || $check->($_);
};
-};
-
-
+}
package Mouse::Meta::Module;