]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - lib/autovivification.pm
Remove the code coverage link
[perl/modules/autovivification.git] / lib / autovivification.pm
index bd95e56f5579537c5feeed65a253110da6307d14..8b1e1524eef5d1ad2c6cf58a2b01774713d99f3c 100644 (file)
@@ -11,13 +11,13 @@ autovivification - Lexically disable autovivification.
 
 =head1 VERSION
 
-Version 0.14
+Version 0.16
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.14';
+ $VERSION = '0.16';
 }
 
 =head1 SYNOPSIS
@@ -238,8 +238,6 @@ You can find documentation for this module with the perldoc command.
 
     perldoc autovivification
 
-Tests code coverage report is available at L<http://www.profvince.com/perl/cover/autovivification>.
-
 =head1 ACKNOWLEDGEMENTS
 
 Matt S. Trout asked for it.