In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/48e85ff26ef47c33abf2b0d4cc9c5b0c44793571?hp=dd84ba976ec3bb5b8f9ccf23361d4670894797ba>
- Log ----------------------------------------------------------------- commit 48e85ff26ef47c33abf2b0d4cc9c5b0c44793571 Author: James E Keenan <[email protected]> Date: Mon May 22 15:19:03 2017 -0400 Correct POD formating error detected by t/porting/podcheck.t. The text in the link lacked the open- and close-double quotes found in the section head being linked to. ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 5e11090a36..c135a10704 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -21,7 +21,7 @@ For security reasons, the current directory (C<".">) is no longer included by default at the end of the module search path (C<@INC>). This may have widespread implications for the building, testing and installing of modules, and for the execution of scripts. See the section -L<< Removal of the current directory (C<.>) from C<@INC> >> +L<< Removal of the current directory (C<".">) from C<@INC> >> for the full details. =item * C<do> may now warn -- Perl5 Master Repository
