small doc addition
Graham Knop [Fri, 6 Dec 2013 20:45:28 +0000 (15:45 -0500)]
lib/Import/Into.pm

index 71f1507..c2ddbf8 100644 (file)
@@ -204,6 +204,9 @@ in the directive then need to be fetched using C<caller>:
   };
   $sub->($thing, @import_args);
 
+And you need to switch between these implementations depending on if you are
+targetting a specific package, or something in your call stack.
+
 Remembering all this, however, is excessively irritating. So I wrote a module
 so I didn't have to anymore. Loading L<Import::Into> creates a global method
 C<import::into> which you can call on any package to import it into another