]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - README
Add the PERL_INDIRECT_PM_DISABLE environment variable
[perl/modules/indirect.git] / README
diff --git a/README b/README
index f362c9fdc574fa55458eb92b7028c7b0dfd358ee..88f2bebc41249c95d5ea200d6b4feb6335888ac2 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     indirect - Lexically warn about using the indirect object syntax.
 
 VERSION
-    Version 0.16
+    Version 0.17
 
 SYNOPSIS
         # In a script
@@ -94,6 +94,9 @@ CAVEATS
     is due to a shortcoming in the way perl handles the hints hash, which is
     addressed in perl 5.10.
 
+    The search for indirect method calls happens before constant folding.
+    Hence "my $x = new Class if 0" will be caught.
+
 DEPENDENCIES
     perl 5.8.