projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3a0c064
)
Add a missing semi-colon.
Dave Rolsky [Sat, 10 May 2008 18:52:46 +0000 (18:52 +0000)]
lib/Moose/Object.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Object.pm
b/lib/Moose/Object.pm
index
05ff2c3
..
6c559fb
100644
(file)
--- 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