X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fsubs-auto.git;a=blobdiff_plain;f=lib%2Fsubs%2Fauto.pm;h=87fcc5528712605318d73b56163c74e510f04e1c;hp=7975e55fb7634e56f073c021efd522e33e2fea8c;hb=8c014a64b4ed83a697c0109af2c1555bc8c26ae9;hpb=bfb85519592a4c0212420c12dc1dc9bb14888db2 diff --git a/lib/subs/auto.pm b/lib/subs/auto.pm index 7975e55..87fcc55 100644 --- a/lib/subs/auto.pm +++ b/lib/subs/auto.pm @@ -53,7 +53,7 @@ You can pass options to C 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 allows you to resolve all functions name of the type C 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