From: Stevan Little Date: Mon, 11 Sep 2006 17:25:13 +0000 (+0000) Subject: removing a comment X-Git-Tag: 0_14~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f727d3b93e0252b4af533eded6e68bc5c17bcc3;p=gitmo%2FMoose.git removing a comment --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 8f6d75e..1290029 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -218,11 +218,6 @@ sub _load_all_classes { # loaded in the symbol table next if _is_class_already_loaded($super); # otherwise require it ... - # NOTE: - # just in case the class we are - # loading has a locally defined - # &require, we make sure that we - # use the on in UNIVERSAL my $file = $class . '.pm'; $file =~ s{::}{/}g; eval { CORE::require($file) };