]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - README
Test if the pragma propagates through eval string
[perl/modules/indirect.git] / README
diff --git a/README b/README
index c32098131ff72b0914a727ae2a708820346b34b4..d880a9cc19d6c4db11ae6e2a9840f443518b57ab 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     indirect - Lexically warn about using the indirect object syntax.
 
 VERSION
-    Version 0.07_03
+    Version 0.08
 
 SYNOPSIS
         no indirect;
@@ -43,6 +43,11 @@ DEPENDENCIES
 
     XSLoader (standard since perl 5.006).
 
+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").
+
 AUTHOR
     Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.