diff options
author | Charles Bailey <bailey@newman.upenn.edu> | 1999-03-17 20:04:31 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-24 10:30:51 +0000 |
commit | 918c0b2d7bc71242c4810571f6971cac26c1327c (patch) | |
tree | c244a3d5d86c2cf948ab297e79353a815e62dcf6 /ext/re/re.pm | |
parent | fa08c05b640ede69b33d2ae5b23634d6e5b0865c (diff) | |
download | perl-918c0b2d7bc71242c4810571f6971cac26c1327c.tar.gz |
applied suggested patch, modulo superseded parts
Message-id: <01J8YF0EOWLU001E7S@mail.newman.upenn.edu>
Subject: [PATCH 5.005_56] Miscellaneous small fixes
p4raw-id: //depot/perl@3152
Diffstat (limited to 'ext/re/re.pm')
-rw-r--r-- | ext/re/re.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/re/re.pm b/ext/re/re.pm index 09f52d6086..842e39ad75 100644 --- a/ext/re/re.pm +++ b/ext/re/re.pm @@ -74,6 +74,8 @@ See L<perlmodlib/Pragmatic Modules>. =cut +# N.B. File::Basename contains a literal for 'taint' as a fallback. If +# taint is changed here, File::Basename must be updated as well. my %bitmask = ( taint => 0x00100000, eval => 0x00200000, |