]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - README
Test 'package A; sub foo; foo A->new' that gets deparsed as 'A->foo->new'
[perl/modules/indirect.git] / README
diff --git a/README b/README
index b16dba1f1d2b1ad7a1aa970966736c5218645dd0..1aaaac98c97c7aaffb4e1bf1b5ba0a36ca26b161 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     indirect - Lexically warn about using the indirect object syntax.
 
 VERSION
-    Version 0.03
+    Version 0.05
 
 SYNOPSIS
         no indirect;
@@ -27,6 +27,8 @@ DESCRIPTION
     This may change in the future, or may be added as optional features that
     would be enabled by passing options to "unimport".
 
+    This module is not a source filter.
+
 METHODS
   "unimport @opts"
     Magically called when "no indirect @args" is encountered. Turns the
@@ -41,8 +43,6 @@ DEPENDENCIES
 
     XSLoader (standard since perl 5.006).
 
-    Tests require IPC::Cmd (standard since 5.9.5).
-
 AUTHOR
     Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
 
@@ -61,6 +61,9 @@ SUPPORT
 
         perldoc indirect
 
+    Tests code coverage report is available at
+    <http://www.profvince.com/perl/cover/indirect>.
+
 ACKNOWLEDGEMENTS
     Bram, for motivation and advices.