diff options
author | Charles Bailey <bailey@newman.upenn.edu> | 1999-07-02 15:18:41 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-07 17:45:52 +0000 |
commit | 1f47e8e2e6e01cf4845f0f3f0f0c7524761ffa80 (patch) | |
tree | d302430354d07e16ddf40f2a034ab55b14889d8b /lib/File/Basename.pm | |
parent | cae6c631be0cfed1f388d3116e456beb58714d6e (diff) | |
download | perl-1f47e8e2e6e01cf4845f0f3f0f0c7524761ffa80.tar.gz |
applied new parts of suggested patch
Message-id: <01JD3M8W1VXS000S5G@mail.newman.upenn.edu>
Subject: [PATCH 5.005_57] Consolidated VMS patch
p4raw-id: //depot/perl@3650
Diffstat (limited to 'lib/File/Basename.pm')
-rw-r--r-- | lib/File/Basename.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Basename.pm b/lib/File/Basename.pm index 191eff970a..d1c8666bbb 100644 --- a/lib/File/Basename.pm +++ b/lib/File/Basename.pm @@ -124,7 +124,7 @@ directory name to be F<.>). ## use strict; -# A bit of juggling to insure that C<use re 'taint';> awlays works, since +# A bit of juggling to insure that C<use re 'taint';> always works, since # File::Basename is used during the Perl build, when the re extension may # not be available. BEGIN { |