X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fsubs-auto.git;a=blobdiff_plain;f=README;h=b96f000b2892d09cb5ca948cc0b05ffd0fadc9a9;hp=9d301bd6fb7aa84f7bba1af745d2190994fe9f46;hb=0f17e772017f31694cc38cb6425922921a49d750;hpb=64760329f8a4af897da0b98bc7b9359690e35e9b diff --git a/README b/README index 9d301bd..b96f000 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME subs::auto - Read barewords as subroutine names. VERSION - Version 0.02 + Version 0.03 SYNOPSIS { @@ -32,7 +32,11 @@ DESCRIPTION * "in => $pkg" - Specifies on which package the pragma should act. Defaults to the + Specifies on which package the pragma should act. Setting $pkg to + "Some::Package" allows you to resolve all functions name of the type + "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. EXPORT