]> git.vpit.fr Git - perl/modules/subs-auto.git/commitdiff
Document the 'in' parameter
authorVincent Pit <vince@profvince.com>
Thu, 28 Aug 2008 14:33:22 +0000 (16:33 +0200)
committerVincent Pit <vince@profvince.com>
Thu, 28 Aug 2008 14:33:22 +0000 (16:33 +0200)
lib/subs/auto.pm

index c0beebe8d10dab298246591a33d1d34d9f846381..c5ef078af547f10148289d00fcda0c455677a20c 100644 (file)
@@ -45,6 +45,18 @@ our $VERSION = '0.01';
 
 This pragma lexically enables the parsing of any bareword as a subroutine name, except those which corresponds to an entry in C<%INC> (expected to be class names) or whose symbol table entry has a IO slot (expected to be filehandles).
 
+You can pass options to C<import> as key / value pairs :
+
+=over 4
+
+=item *
+
+C<< in => $pkg >>
+
+Specifies on which package the pragma should act. Defaults to the current package.
+
+=back
+
 =cut
 
 BEGIN {