projects
/
gitmo/Moose-Autobox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1743360
)
missing } in pod
Todd Hepler [Mon, 28 Apr 2008 17:12:03 +0000 (17:12 +0000)]
lib/Moose/Autobox.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Autobox.pm
b/lib/Moose/Autobox.pm
index
7ec3dc3
..
4e4aa76
100644
(file)
--- a/
lib/Moose/Autobox.pm
+++ b/
lib/Moose/Autobox.pm
@@
-127,7
+127,7
@@
means that if you want to add methods to a particular perl type
instead of this:
- sub SCALAR::bar { 42
+ sub SCALAR::bar { 42 }
as you would with vanilla autobox.