]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - README
Port threads test to Test::Leaner and move boilerplate to an helper module
[perl/modules/indirect.git] / README
diff --git a/README b/README
index 64b28925d24edcd7ca4da403e019f44c9618e5e7..2b53d6fb8733f00186240e4167337386bea66269 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     indirect - Lexically warn about using the indirect object syntax.
 
 VERSION
-    Version 0.22
+    Version 0.25
 
 SYNOPSIS
         # In a script
@@ -108,9 +108,11 @@ CAVEATS
     "perl 5.8.x-5.10.0" bug that causes all pragmas to propagate into
     "require"d scopes.
 
-    "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").
+    Before "perl" 5.12, "meth $obj" (no semicolon) at the end of a file is
+    not seen as an indirect object syntax, although it is as soon as there
+    is another token before the end (as in "meth $obj;" or "meth $obj 1").
+    If you use "perl" 5.12 or greater, those constructs are correctly
+    reported.
 
     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
@@ -122,6 +124,9 @@ CAVEATS
 DEPENDENCIES
     perl 5.8.1.
 
+    A C compiler. This module may happen to build with a C++ compiler as
+    well, but don't rely on it, as no guarantee is made in this regard.
+
     XSLoader (standard since perl 5.006).
 
 AUTHOR
@@ -151,7 +156,7 @@ ACKNOWLEDGEMENTS
     reporting issues.
 
 COPYRIGHT & LICENSE
-    Copyright 2008,2009,2010 Vincent Pit, all rights reserved.
+    Copyright 2008,2009,2010,2011 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.