X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FImport-Into.git;a=blobdiff_plain;f=lib%2FImport%2FInto.pm;h=84effea2d8164d5a4bb159361c69d75e33c4e82d;hp=a19702b74e906ea96d9d7a993e321af5cbbbf58c;hb=6e5223e6c0c3bdaf61ecd4ec09f875aa57d45dff;hpb=d55385e502908eff6904218d3239dfa152553f9f diff --git a/lib/Import/Into.pm b/lib/Import/Into.pm index a19702b..84effea 100644 --- a/lib/Import/Into.pm +++ b/lib/Import/Into.pm @@ -3,7 +3,7 @@ package Import::Into; use strict; use warnings FATAL => 'all'; -our $VERSION = '1.002000'; # 1.2.0 +our $VERSION = '1.002002'; # 1.2.2 sub _prelude { my $target = shift; @@ -214,7 +214,7 @@ in the directive then need to be fetched using C: $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. +targeting 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 creates a global method @@ -262,6 +262,11 @@ you're receiving this from a parameter, I recommend using L: And that's it. +=head1 SEE ALSO + +I gave a lightning talk on this module (and L and L) at +L. + =head1 ACKNOWLEDGEMENTS Thanks to Getty for asking "how can I get C<< use strict; use warnings; >>