From: Vincent Pit Date: Mon, 20 Aug 2012 11:04:43 +0000 (+0200) Subject: This is 0.930.1 X-Git-Tag: v0.930.1^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTask-Devel-Cover-Recommended.git;a=commitdiff_plain;h=3d6bf909e61c81d7bad33d02ccc80fd5be89a420 This is 0.930.1 --- diff --git a/Changes b/Changes index 0c505d5..b8087dd 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,12 @@ Revision history for Task-Devel-Cover-Recommended +0.930.1 2012-08-20 11:05 UTC + + Doc : Add a caveat and reformat POD. + + Fix : BUILD_PREREQS are now set for ExtUtils::MakeMaker. + + Fix : Try to hide the template POD in samples/generate.pl from + search.cpan.org and metacpan.org. + + Tst : Author tests overhaul. + 0.930.0 2012-08-19 16:00 UTC + Chg : All the data is now automatically generated by the samples/generated.pl script from the latest version of diff --git a/META.json b/META.json index 4eef777..61ef55d 100644 --- a/META.json +++ b/META.json @@ -62,5 +62,5 @@ "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FTask-Devel-Cover-Recommended.git" } }, - "version" : "v0.930.0" + "version" : "v0.930.1" } diff --git a/META.yml b/META.yml index 231e41a..4e3ac42 100644 --- a/META.yml +++ b/META.yml @@ -37,4 +37,4 @@ resources: homepage: http://search.cpan.org/dist/Task-Devel-Cover-Recommended/ license: http://dev.perl.org/licenses/ repository: http://git.profvince.com/?p=perl%2Fmodules%2FTask-Devel-Cover-Recommended.git -version: v0.930.0 +version: v0.930.1 diff --git a/README b/README index 34bca39..1736e26 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME recommended dependencies. VERSION - Version v0.930.0 + Version v0.930.1 SYNOPSIS $ cpan Task::Devel::Cover::Recommended @@ -16,29 +16,51 @@ DESCRIPTION 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::Differences + + * 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.93 + + * "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, "", .