]> git.vpit.fr Git - perl/modules/Task-Devel-Cover-Recommended.git/commitdiff
Add a caveat about installation order
authorVincent Pit <vince@profvince.com>
Mon, 20 Aug 2012 10:33:26 +0000 (12:33 +0200)
committerVincent Pit <vince@profvince.com>
Mon, 20 Aug 2012 10:55:50 +0000 (12:55 +0200)
lib/Task/Devel/Cover/Recommended.pm
samples/generate.pl

index 5a04938394a82a181535d1bf788057c0881d3dda..cd5d745ce0b7ad2f1ce435d092a9d4bfd828498e 100644 (file)
@@ -111,6 +111,11 @@ 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>.
index 69ed4b8a40cf9352c7c3197c2fe332eb23702063..d4a6bc91b0d615f7ec18c774399206af7d38633b 100644 (file)
@@ -286,6 +286,11 @@ __BUILD_PREREQS_POD__
 
 __RUN_PREREQS_POD__
 
+=head1 CAVEATS
+
+Note that run-time dependencies that are only recommended by __TARGET_PKG__ may not yet be installed at the time __TARGET_PKG__ 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_PKG__ is, thus will be available when you actually use __TARGET_PKG__.
+
 =head1 AUTHOR
 
 Vincent Pit, C<< <perl at profvince.com> >>, L<http://www.profvince.com>.