]> git.vpit.fr Git - perl/modules/subs-auto.git/blobdiff - lib/subs/auto.pm
Clarify what 'in' does with doc and tests
[perl/modules/subs-auto.git] / lib / subs / auto.pm
index 7975e55fb7634e56f073c021efd522e33e2fea8c..87fcc5528712605318d73b56163c74e510f04e1c 100644 (file)
@@ -53,7 +53,7 @@ You can pass options to C<import> as key / value pairs :
 
 C<< in => $pkg >>
 
-Specifies on which package the pragma should act. Defaults to the current package.
+Specifies on which package the pragma should act. Setting C<$pkg> to C<Some::Package> allows you to resolve all functions name of the type C<Some::Package::func ...> in the current scope. You can use the pragma several times with different package names to allow resolution of all the corresponding barewords. Defaults to the current package.
 
 =back