X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=README;h=61de42eb7cb184eadb177880a3d971d6abca4dec;hb=d929b6cb6f454288326608d14e615c7b0508dadc;hp=34bca3972294b4de6c40510d5da8e2e6864b7701;hpb=e4471412b9cbe86536f0bb76d8482a6b964c9493;p=perl%2Fmodules%2FTask-Devel-Cover-Recommended.git diff --git a/README b/README index 34bca39..61de42e 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME recommended dependencies. VERSION - Version v0.930.0 + Version v0.940.0 SYNOPSIS $ cpan Task::Devel::Cover::Recommended @@ -11,34 +11,54 @@ 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 0.94 and all its recommended dependencies. DEPENDENCIES Configure-time dependencies - ExtUtils::MakeMaker + * ExtUtils::MakeMaker Build-time and test-time dependencies - ExtUtils::MakeMaker - Test::Differences - Test::More - Test::Warn + * ExtUtils::MakeMaker + + * Test::More + + * Test::Warn Run-time dependencies - Devel::Cover 0.93 - "perl" 5.008002 - Browser::Open - Digest::MD5 - JSON::PP - PPI::HTML 1.07 + * Devel::Cover 0.94 + + * "perl" 5.008002 + + * Browser::Open + + * Digest::MD5 + + * JSON::PP + + * 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 + + * Storable + + * Template 2.00 + +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, "", .