]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - README
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/indirect.git] / README
diff --git a/README b/README
index f2153cfdb5f0557d0530f6686f11d1f35f9c9ffa..fa7c71bfd5c00cd4f18271b6d97c8c1d53c23250 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     indirect - Lexically warn about using the indirect method call syntax.
 
 VERSION
-    Version 0.34
+    Version 0.37
 
 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.
 
@@ -219,9 +215,6 @@ SUPPORT
 
         perldoc indirect
 
-    Tests code coverage report is available at
-    <http://www.profvince.com/perl/cover/indirect>.
-
 ACKNOWLEDGEMENTS
     Bram, for motivation and advices.
 
@@ -229,7 +222,7 @@ ACKNOWLEDGEMENTS
     reporting issues.
 
 COPYRIGHT & LICENSE
-    Copyright 2008,2009,2010,2011,2012,2013,2014,2015 Vincent Pit, all
+    Copyright 2008,2009,2010,2011,2012,2013,2014,2015,2016 Vincent Pit, all
     rights reserved.
 
     This program is free software; you can redistribute it and/or modify it