X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=README;h=4da3ed7a0ddee23a0938297810c4b02560cb19bd;hb=3298c6342b9a32e4fe3a71dd3d825429adb1051d;hp=7bc93b4ac125390893fd0e176fd0b268d678bd28;hpb=e5fd0b219dae4e6e93563f5b7a763c0fdf49c87e;p=perl%2Fmodules%2FTask-Devel-Cover-Recommended.git diff --git a/README b/README index 7bc93b4..4da3ed7 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME recommended dependencies. VERSION - Version 0.93.0 + Version v0.990.0 SYNOPSIS $ cpan Task::Devel::Cover::Recommended @@ -11,33 +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.99 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 + + * Test::Warn Run-time dependencies - Devel::Cover 0.93 - "perl" 5.8.2 - Browser::Open - Digest::MD5 - JSON::PP - PPI::HTML 1.07 + * Devel::Cover 0.99 + + * "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, "", . @@ -58,7 +79,7 @@ SUPPORT perldoc Task::Devel::Cover::Recommended COPYRIGHT & LICENSE - Copyright 2012 Vincent Pit, all rights reserved. + Copyright 2012,2013 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.