Add a missing semi-colon.
Dave Rolsky [Sat, 10 May 2008 18:52:46 +0000 (18:52 +0000)]
lib/Moose/Object.pm

index 05ff2c3..6c559fb 100644 (file)
@@ -62,7 +62,7 @@ sub DESTROY {
         # and return ...
         return;
     }
-    goto &DEMOLISHALL 
+    goto &DEMOLISHALL;
 }
 
 # new does() methods will be created