]> git.vpit.fr Git - perl/modules/subs-auto.git/blobdiff - README
This is 0.03
[perl/modules/subs-auto.git] / README
diff --git a/README b/README
index 9d301bd6fb7aa84f7bba1af745d2190994fe9f46..b96f000b2892d09cb5ca948cc0b05ffd0fadc9a9 100644 (file)
--- 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