From: Shawn M Moore Date: Thu, 25 Jun 2009 21:48:46 +0000 (-0400) Subject: Update CMOP comments X-Git-Tag: 0.89~24 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=247d5b3cb69007db13fcfe10bbedfed3b7bb793c;p=gitmo%2FClass-MOP.git Update CMOP comments --- diff --git a/lib/Class/MOP.pm b/lib/Class/MOP.pm index e0c24be..7884594 100644 --- a/lib/Class/MOP.pm +++ b/lib/Class/MOP.pm @@ -43,10 +43,9 @@ XSLoader::load( __PACKAGE__, $XS_VERSION ); # there is no need to worry about destruction though # because they should die only when the program dies. # After all, do package definitions even get reaped? + # Anonymous classes manage their own destruction. my %METAS; - # means of accessing all the metaclasses that have - # been initialized thus far (for mugwumps obj browser) sub get_all_metaclasses { %METAS } sub get_all_metaclass_instances { values %METAS } sub get_all_metaclass_names { keys %METAS }