From: Matt S Trout Date: Sat, 12 May 2012 16:40:16 +0000 (+0000) Subject: note version of unimport::out_of being added X-Git-Tag: v1.001000~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FImport-Into.git;a=commitdiff_plain;h=c501842c7db0561623784d7361639fb4ede78737 note version of unimport::out_of being added --- diff --git a/lib/Import/Into.pm b/lib/Import/Into.pm index fc77517..6700fd5 100644 --- a/lib/Import/Into.pm +++ b/lib/Import/Into.pm @@ -73,6 +73,7 @@ want to do that). Finally, we also provide an C to allow the exporting of the effect of C: + # unimport::out_of was added in 1.1.0 (1.001000) sub unimport { Moose->unimport::out_of(scalar caller); # no MyThing == no Moose }