]> git.vpit.fr Git - perl/modules/subs-auto.git/blobdiff - README
This is 0.06
[perl/modules/subs-auto.git] / README
diff --git a/README b/README
index feb777783d24f16518bbd0cfb87b2689aef95a75..e5749cf23c8c28803aa6cafe8d5a438dde5f402b 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     subs::auto - Read barewords as subroutine names.
 
 VERSION
     subs::auto - Read barewords as subroutine names.
 
 VERSION
-    Version 0.05
+    Version 0.06
 
 SYNOPSIS
         {
 
 SYNOPSIS
         {
@@ -36,8 +36,9 @@ DESCRIPTION
         "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
         "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.
+        resolution of all the corresponding barewords.
+
+        Defaults to the current package.
 
     This module is not a source filter.
 
 
     This module is not a source filter.
 
@@ -58,14 +59,18 @@ CAVEATS
     if you want them not to be treated as function calls. Or just use
     lexical filehandles and default ones as you should be.
 
     if you want them not to be treated as function calls. Or just use
     lexical filehandles and default ones as you should be.
 
+    This pragma doesn't propagate into "eval STRING".
+
 DEPENDENCIES
     perl 5.10.0.
 
 DEPENDENCIES
     perl 5.10.0.
 
-    Carp (standard since perl 5), Symbol (since 5.002).
-
     Variable::Magic with "uvar" magic enabled (this should be assured by the
     required perl version).
 
     Variable::Magic with "uvar" magic enabled (this should be assured by the
     required perl version).
 
+    B::Keywords.
+
+    Carp (standard since perl 5), XSLoader (since 5.006).
+
 AUTHOR
     Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
 
 AUTHOR
     Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
 
@@ -90,7 +95,7 @@ ACKNOWLEDGEMENTS
     Thanks to Sebastien Aperghis-Tramoni for helping to name this pragma.
 
 COPYRIGHT & LICENSE
     Thanks to Sebastien Aperghis-Tramoni for helping to name this pragma.
 
 COPYRIGHT & LICENSE
-    Copyright 2008 Vincent Pit, all rights reserved.
+    Copyright 2008,2009,2010 Vincent Pit, all rights reserved.
 
     This program is free software; you can redistribute it and/or modify it
     under the same terms as Perl itself.
 
     This program is free software; you can redistribute it and/or modify it
     under the same terms as Perl itself.