X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=samples%2Fgenerate.pl;h=d4a6bc91b0d615f7ec18c774399206af7d38633b;hb=ee06ba62aa8bd69e58942ff6c78e0695b9831330;hp=f1af4a86be7d48990f09407c1ac45ff7eb25fb5f;hpb=d6d2d2ab746326c47eed04db2774166d46aa5cc5;p=perl%2Fmodules%2FTask-Devel-Cover-Recommended.git diff --git a/samples/generate.pl b/samples/generate.pl index f1af4a8..d4a6bc9 100644 --- a/samples/generate.pl +++ b/samples/generate.pl @@ -176,7 +176,7 @@ sub deplist_to_pod { while (@deplist) { my ($module, $version) = splice @deplist, 0, 2; my $X = $module eq 'perl' ? 'C' : 'L'; - $pod .= "=item $X<$module>"; + $pod .= "=item *\n\n$X<$module>"; $pod .= " $version" if $version; $pod .= "\n\n"; if (my $desc = $prereq_desc{$module}) { @@ -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<< >>, L.