]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - lib/indirect.pm
Remove the code coverage link
[perl/modules/indirect.git] / lib / indirect.pm
index ebdc0617e7b7dc92d6d1d1cf254408794af83959..6b03a892e8819f58d06536471c9c4c15cd706580 100644 (file)
@@ -11,13 +11,13 @@ indirect - Lexically warn about using the indirect method call syntax.
 
 =head1 VERSION
 
-Version 0.35
+Version 0.36
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.35';
+ $VERSION = '0.36';
 }
 
 =head1 SYNOPSIS
@@ -299,8 +299,6 @@ You can find documentation for this module with the perldoc command.
 
     perldoc indirect
 
-Tests code coverage report is available at L<http://www.profvince.com/perl/cover/indirect>.
-
 =head1 ACKNOWLEDGEMENTS
 
 Bram, for motivation and advices.