projects
/
gitmo/Class-MOP.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
93bd804
)
Make _initialize_body private to match other classes
Dave Rolsky [Mon, 6 Apr 2009 15:41:28 +0000 (10:41 -0500)]
lib/Class/MOP/Method/Generated.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Class/MOP/Method/Generated.pm
b/lib/Class/MOP/Method/Generated.pm
index
6760382
..
bc8cd8a
100644
(file)
--- a/
lib/Class/MOP/Method/Generated.pm
+++ b/
lib/Class/MOP/Method/Generated.pm
@@
-22,7
+22,7
@@
sub is_inline { $_[0]{is_inline} }
sub definition_context { $_[0]{definition_context} }
-sub initialize_body {
+sub _initialize_body {
confess "No body to initialize, " . __PACKAGE__ . " is an abstract base class";
}