missing } in pod
Todd Hepler [Mon, 28 Apr 2008 17:12:03 +0000 (17:12 +0000)]
lib/Moose/Autobox.pm

index 7ec3dc3..4e4aa76 100644 (file)
@@ -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.