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=7178ebde050601c3af97391e8eba84257daf01ec;hp=64e6a002c0f2fa16165a7d486bca899ba672b777;hb=9bf478b24577fed97fdf3db2d61c6fa11781ebd9;hpb=2b42157137e08a7c65ce6b8fbed65216edb448ea diff --git a/lib/Import/Into.pm b/lib/Import/Into.pm index 64e6a00..7178ebd 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.001001'; # 1.1.1 +our $VERSION = '1.002001'; # 1.2.1 sub _prelude { my $target = shift; @@ -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; >>