bump version
[p5sagit/Import-Into.git] / lib / Import / Into.pm
index fc77517..595cc53 100644 (file)
@@ -3,7 +3,7 @@ package Import::Into;
 use strict;
 use warnings FATAL => 'all';
 
-our $VERSION = '1.001000'; # 1.1.0
+our $VERSION = '1.001001'; # 1.1.1
 
 my %importers;
 
@@ -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
   }