]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - README
This is 0.36
[perl/modules/indirect.git] / README
diff --git a/README b/README
index 97394c7d85f76c32e358e051d81a7224e341373d..fd9b6c4045437832b5cdea3399edc4dcbc570618 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     indirect - Lexically warn about using the indirect method call syntax.
 
 VERSION
-    Version 0.35
+    Version 0.36
 
 SYNOPSIS
     In a script :
@@ -169,10 +169,6 @@ CAVEATS
     is due to a shortcoming in the way perl handles the hints hash, which is
     addressed in perl 5.10.
 
-    Indirect constructs that appear in code "eval"'d during the global
-    destruction phase of a spawned thread or pseudo-fork (the processes used
-    internally for the "fork" emulation on Windows) are not reported.
-
     The search for indirect method calls happens before constant folding.
     Hence "my $x = new Class if 0" will be caught.