]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - lib/Scope/Upper.pm
Remove the code coverage link
[perl/modules/Scope-Upper.git] / lib / Scope / Upper.pm
index b6dadfb798f0149be7700fed35e0563f90113b37..6e05a038176ea909a70d3e58f67f0e6b074e394e 100644 (file)
@@ -11,13 +11,13 @@ Scope::Upper - Act on upper scopes.
 
 =head1 VERSION
 
-Version 0.26
+Version 0.27
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.26';
+ $VERSION = '0.27';
 }
 
 =head1 SYNOPSIS
@@ -834,8 +834,6 @@ You can find documentation for this module with the perldoc command.
 
     perldoc Scope::Upper
 
-Tests code coverage report is available at L<http://www.profvince.com/perl/cover/Scope-Upper>.
-
 =head1 ACKNOWLEDGEMENTS
 
 Inspired by Ricardo Signes.