]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - README
Make the op map thread safe
[perl/modules/indirect.git] / README
diff --git a/README b/README
index e877f68e3c85fbbc80ecb90a14d7fefdd939a07b..e1c879f449af30cb2a894e62e899d1ed867725db 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     indirect - Lexically warn about using the indirect object syntax.
 
 VERSION
-    Version 0.07_02
+    Version 0.11
 
 SYNOPSIS
         no indirect;
@@ -38,8 +38,17 @@ METHODS
   "import"
     Magically called at each "use indirect". Turns the module off.
 
+CAVEATS
+    "meth $obj" (no semicolon) at the end of a file won't be seen as an
+    indirect object syntax, although it will as soon as there is another
+    token before the end (as in "meth $obj;" or "meth $obj 1").
+
+    With 5.8 perls, the pragma does not propagate into "eval STRING". This
+    is due to a shortcoming in the way perl handles the hints hash, which is
+    addressed in perl 5.10.
+
 DEPENDENCIES
-    perl 5.9.4.
+    perl 5.8.
 
     XSLoader (standard since perl 5.006).
 
@@ -67,7 +76,7 @@ ACKNOWLEDGEMENTS
     Bram, for motivation and advices.
 
 COPYRIGHT & LICENSE
-    Copyright 2008 Vincent Pit, all rights reserved.
+    Copyright 2008-2009 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.