]> git.vpit.fr Git - perl/modules/Task-Devel-Cover-Recommended.git/blobdiff - README
This is 1.290.0
[perl/modules/Task-Devel-Cover-Recommended.git] / README
diff --git a/README b/README
index 7bc93b4ac125390893fd0e176fd0b268d678bd28..f351501cd86c793a3ba2703d0697c3409dd56927 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ NAME
     recommended dependencies.
 
 VERSION
-    Version 0.93.0
+    Version v1.290.0
 
 SYNOPSIS
         $ cpan Task::Devel::Cover::Recommended
@@ -11,33 +11,70 @@ SYNOPSIS
         $ cpanm Task::Devel::Cover::Recommended
 
 DESCRIPTION
-    This task module lets you easily install Devel::Cover 0.93 and all its
+    This task module lets you easily install Devel::Cover 1.29 and all its
     recommended dependencies.
 
 DEPENDENCIES
   Configure-time dependencies
-    ExtUtils::MakeMaker
+    *   ExtUtils::MakeMaker
 
   Build-time and test-time dependencies
-    Test::Differences
-    Test::More
-    Test::Warn
+    *   ExtUtils::MakeMaker
+
+    *   Test::More
 
   Run-time dependencies
-    Devel::Cover 0.93
-    "perl" 5.8.2
-    Browser::Open
-    Digest::MD5
-    JSON::PP
-    PPI::HTML 1.07
+    *   Devel::Cover 1.29
+
+    *   "perl" 5.008002
+
+    *   B::Debug
+
+    *   Browser::Open
+
+    *   Capture::Tiny
+
+    *   Class::XSAccessor
+
+    *   Digest::MD5
+
+    *   HTML::Entities 3.69
+
+    *   HTML::Parser
+
+    *   JSON::MaybeXS 1.003003
+
+    *   Moo
+
+    *   PPI::HTML 1.07
+
         Devel::Cover lets you optionally pick between PPI::HTML and
         Perl::Tidy, but it will only use the former if both are installed.
 
-    Parallel::Iterator
-    Pod::Coverage 0.06
-    Pod::Coverage::CountParents
-    Storable
-    Template 2.00
+    *   Parallel::Iterator
+
+    *   Pod::Coverage 0.06
+
+    *   Pod::Coverage::CountParents
+
+    *   Sereal::Decoder
+
+    *   Sereal::Encoder
+
+    *   Storable
+
+    *   Template 2.00
+
+    *   namespace::clean
+
+CAVEATS
+    Note that run-time dependencies that are only recommended by
+    Devel::Cover may not yet be installed at the time Devel::Cover is
+    tested, as there is no explicit dependency link between them and in that
+    case most CPAN clients default to install prerequisites in alphabetic
+    order. However, they will be installed when
+    Task::Devel::Cover::Recommended is, thus will be available when you
+    actually use Devel::Cover.
 
 AUTHOR
     Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
@@ -58,7 +95,8 @@ SUPPORT
         perldoc Task::Devel::Cover::Recommended
 
 COPYRIGHT & LICENSE
-    Copyright 2012 Vincent Pit, all rights reserved.
+    Copyright 2012,2013,2014,2015,2016,2017 Vincent Pit, all rights
+    reserved.
 
     This program is free software; you can redistribute it and/or modify it
     under the same terms as Perl itself.