From: Dave Rolsky Date: Mon, 4 Aug 2008 04:04:51 +0000 (+0000) Subject: Moose->unimport has to be caled as a method for the into_level stuff to work X-Git-Tag: 0_55_01~59 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=99a218ef92da3ada471bce5d958d51cd4a1d1ee1;p=gitmo%2FMoose.git Moose->unimport has to be caled as a method for the into_level stuff to work --- diff --git a/lib/Moose/Cookbook/Extending/Recipe2.pod b/lib/Moose/Cookbook/Extending/Recipe2.pod index e565e45..7f19367 100644 --- a/lib/Moose/Cookbook/Extending/Recipe2.pod +++ b/lib/Moose/Cookbook/Extending/Recipe2.pod @@ -42,7 +42,7 @@ Moose::Cookbook::Extending::Recipe2 - Acting like Moose.pm and providing sugar M keywords => \@EXPORT, ); - Moose::unimport( { into_level => 1 } ); + Moose->unimport( { into_level => 1 } ); } sub has_table {