projects
/
p5sagit/Import-Into.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6597b81
)
note version of unimport::out_of being added
Matt S Trout [Sat, 12 May 2012 16:40:16 +0000 (16:40 +0000)]
lib/Import/Into.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Import/Into.pm
b/lib/Import/Into.pm
index
fc77517
..
6700fd5
100644
(file)
--- a/
lib/Import/Into.pm
+++ b/
lib/Import/Into.pm
@@
-73,6
+73,7
@@
want to do that).
Finally, we also provide an C<unimport::out_of> to allow the exporting of the
effect of C<no>:
+ # unimport::out_of was added in 1.1.0 (1.001000)
sub unimport {
Moose->unimport::out_of(scalar caller); # no MyThing == no Moose
}