]> git.vpit.fr Git - perl/modules/Task-Devel-Cover-Recommended.git/blobdiff - lib/Task/Devel/Cover/Recommended.pm
Update to Devel::Cover 1.07
[perl/modules/Task-Devel-Cover-Recommended.git] / lib / Task / Devel / Cover / Recommended.pm
index 357ff31ec22c933ebb4e928806f7ff8c27f4edfd..c78f36a3d870811961746dd5d177bc3fbb93b26b 100644 (file)
@@ -9,11 +9,11 @@ Task::Devel::Cover::Recommended - Install Devel::Cover and its recommended depen
 
 =head1 VERSION
 
-Version v0.930.1
+Version v0.990.0
 
 =cut
 
-our $VERSION = 'v0.930.1';
+our $VERSION = 'v0.990.0';
 
 =head1 SYNOPSIS
 
@@ -23,7 +23,7 @@ our $VERSION = 'v0.930.1';
 
 =head1 DESCRIPTION
 
-This task module lets you easily install L<Devel::Cover> 0.93 and all its recommended dependencies.
+This task module lets you easily install L<Devel::Cover> 1.07 and all its recommended dependencies.
 
 =head1 DEPENDENCIES
 
@@ -31,7 +31,9 @@ This task module lets you easily install L<Devel::Cover> 0.93 and all its recomm
 
 =over 4
 
-=item L<ExtUtils::MakeMaker>
+=item *
+
+L<ExtUtils::MakeMaker>
 
 =back
 
@@ -39,13 +41,17 @@ This task module lets you easily install L<Devel::Cover> 0.93 and all its recomm
 
 =over 4
 
-=item L<ExtUtils::MakeMaker>
+=item *
+
+L<ExtUtils::MakeMaker>
 
-=item L<Test::Differences>
+=item *
 
-=item L<Test::More>
+L<Test::More>
 
-=item L<Test::Warn>
+=item *
+
+L<Test::Warn>
 
 =back
 
@@ -53,32 +59,59 @@ This task module lets you easily install L<Devel::Cover> 0.93 and all its recomm
 
 =over 4
 
-=item L<Devel::Cover> 0.93
+=item *
+
+L<Devel::Cover> 1.07
+
+=item *
+
+C<perl> 5.008002
+
+=item *
+
+L<Browser::Open>
 
-=item C<perl> 5.008002
+=item *
 
-=item L<Browser::Open>
+L<Digest::MD5>
 
-=item L<Digest::MD5>
+=item *
 
-=item L<JSON::PP>
+L<JSON::PP>
 
-=item L<PPI::HTML> 1.07
+=item *
+
+L<PPI::HTML> 1.07
 
 Devel::Cover lets you optionally pick between L<PPI::HTML> and L<Perl::Tidy>, but it will only use the former if both are installed.
 
-=item L<Parallel::Iterator>
+=item *
+
+L<Parallel::Iterator>
+
+=item *
+
+L<Pod::Coverage> 0.06
 
-=item L<Pod::Coverage> 0.06
+=item *
 
-=item L<Pod::Coverage::CountParents>
+L<Pod::Coverage::CountParents>
 
-=item L<Storable>
+=item *
 
-=item L<Template> 2.00
+L<Storable>
+
+=item *
+
+L<Template> 2.00
 
 =back
 
+=head1 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.
+
 =head1 AUTHOR
 
 Vincent Pit, C<< <perl at profvince.com> >>, L<http://www.profvince.com>.
@@ -98,7 +131,7 @@ You can find documentation for this module with the perldoc command.
 
 =head1 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.