From: Dave Rolsky Date: Sat, 10 May 2008 18:52:46 +0000 (+0000) Subject: Add a missing semi-colon. X-Git-Tag: 0_55~183 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a520fe17ead3ef8e4ab59a7a4e410dcf02c6ceec;p=gitmo%2FMoose.git Add a missing semi-colon. --- diff --git a/lib/Moose/Object.pm b/lib/Moose/Object.pm index 05ff2c3..6c559fb 100644 --- a/lib/Moose/Object.pm +++ b/lib/Moose/Object.pm @@ -62,7 +62,7 @@ sub DESTROY { # and return ... return; } - goto &DEMOLISHALL + goto &DEMOLISHALL; } # new does() methods will be created