From: Stevan Little Date: Thu, 4 May 2006 03:46:19 +0000 (+0000) Subject: foo X-Git-Tag: 0_09_03~43 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9eacbf7c52c447826730b79d086cff072cdc7ddd;p=gitmo%2FMoose.git foo --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 9617342..707a2fe 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -183,7 +183,7 @@ use Moose::Util::TypeConstraints; all_methods => sub { subname 'Moose::all_methods' => sub () { sub { - my ( $class, $delegate_class ) = @_; + my ($class, $delegate_class) = @_; $delegate_class->compute_all_applicable_methods(); } } @@ -204,6 +204,7 @@ use Moose::Util::TypeConstraints; return if $CALLER eq 'main'; _init_meta(); + goto $exporter; } }