From: Todd Hepler Date: Mon, 28 Apr 2008 17:12:03 +0000 (+0000) Subject: missing } in pod X-Git-Tag: 0_08~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e1521af243b5b046bcf08fa6eabb7f4422713d40;p=gitmo%2FMoose-Autobox.git missing } in pod --- diff --git a/lib/Moose/Autobox.pm b/lib/Moose/Autobox.pm index 7ec3dc3..4e4aa76 100644 --- 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.