In perl.git, the branch dom/dot-in-inc-doc has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/dda0a9a49b9881b402719b48b93daad532535c62?hp=40c92e53847216ada6cd1367bf16899f2c311cf5>

  discards  40c92e53847216ada6cd1367bf16899f2c311cf5 (commit)
- Log -----------------------------------------------------------------
commit dda0a9a49b9881b402719b48b93daad532535c62
Author: Dominic Hargreaves <d...@earth.li>
Date:   Tue Feb 21 20:30:38 2017 +0000

    Documentation fixes for '.' possibly no longer being in @INC
-----------------------------------------------------------------------

Summary of changes:
 pod/perlvar.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index a95e69f65a..2f776489be 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -504,7 +504,7 @@ switches, followed by the default Perl library, probably
 F</usr/local/lib/perl>, followed by ".", to represent the current
 directory.  ("." will not be appended if taint checks are enabled,
 either by C<-T> or by C<-t>, or if configured not to do so by the
-C<-Ddefault_inc_excludes_dot> compile time option).  If you need to
+C<-Ddefault_inc_excludes_dot> compile time option.)  If you need to
 modify this at runtime, you should use the C<use lib> pragma to get
 the machine-dependent library properly loaded also:
 

--
Perl5 Master Repository

Reply via email to