This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ext/re/re.pm: Fix comment
[perl5.git]
/
ext
/
re
/
re.pm
diff --git
a/ext/re/re.pm
b/ext/re/re.pm
index
9a172ad
..
92ddaf5
100644
(file)
--- a/
ext/re/re.pm
+++ b/
ext/re/re.pm
@@
-116,7
+116,7
@@
sub bits {
if ($turning_all_off) {
# Pretend were called with certain parameters, which are best dealt
- # with
XXX
+ # with
that way.
push @_, keys %bitmask; # taint and eval
push @_, 'strict';
}