]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - README
This is 0.04
[perl/modules/indirect.git] / README
diff --git a/README b/README
index b16dba1f1d2b1ad7a1aa970966736c5218645dd0..b273c8ad03d6a628b885911f2893b446bc8cd5c1 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.04
 
 SYNOPSIS
         no indirect;
@@ -41,8 +41,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 +59,9 @@ SUPPORT
 
         perldoc indirect
 
+    Tests code coverage report is available at
+    <http://www.profvince.com/perl/cover/indirect>.
+
 ACKNOWLEDGEMENTS
     Bram, for motivation and advices.