From: Shawn M Moore Date: Sat, 19 Feb 2011 04:24:25 +0000 (-0500) Subject: Remove these weird useless comments X-Git-Tag: 2.0100~221 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ec462a6f171405ad1f26d0ede02c37b5025c2f1a;p=gitmo%2FMoose.git Remove these weird useless comments --- diff --git a/lib/Class/MOP/Class.pm b/lib/Class/MOP/Class.pm index 2600559..8a97606 100644 --- a/lib/Class/MOP/Class.pm +++ b/lib/Class/MOP/Class.pm @@ -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; diff --git a/lib/Moose/Meta/Role.pm b/lib/Moose/Meta/Role.pm index 4d47f0a..28ea3cf 100644 --- a/lib/Moose/Meta/Role.pm +++ b/lib/Moose/Meta/Role.pm @@ -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;