1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Description: fix POD syntax error
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2014-09-07
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=98684
Bug: https://rt.cpan.org/Ticket/Display.html?id=98684
--- a/lib/FindBin/libs.pm
+++ b/lib/FindBin/libs.pm
@@ -643,8 +643,6 @@
=head3 Subdirectories
-=over 4
-
The "subdir" and "subonly" settings will add or
exclusively use subdir's. This is useful if some
of your lib's are in ../lib/perl5 along with
--- a/libs_curr_pm
+++ b/libs_curr_pm
@@ -643,8 +643,6 @@
=head3 Subdirectories
-=over 4
-
The "subdir" and "subonly" settings will add or
exclusively use subdir's. This is useful if some
of your lib's are in ../lib/perl5 along with
|