Remove these weird useless comments
Shawn M Moore [Sat, 19 Feb 2011 04:24:25 +0000 (23:24 -0500)]
lib/Class/MOP/Class.pm
lib/Moose/Meta/Role.pm

index 2600559..8a97606 100644 (file)
@@ -437,12 +437,6 @@ sub _remove_generated_metaobjects {
         return $class->create($package_name, %options);
     }
 
-    # NOTE:
-    # this will only get called for
-    # anon-classes, all other calls
-    # are assumed to occur during
-    # global destruction and so don't
-    # really need to be handled explicitly
     sub DESTROY {
         my $self = shift;
 
index 4d47f0a..28ea3cf 100644 (file)
@@ -608,12 +608,6 @@ sub consumers {
         return $role->create($package_name, %options);
     }
 
-    # NOTE:
-    # this will only get called for
-    # anon-roles, all other calls
-    # are assumed to occur during
-    # global destruction and so don't
-    # really need to be handled explicitly
     sub DESTROY {
         my $self = shift;