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
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b10bad5
)
ext/re/re.pm: Fix comment
author
Karl Williamson
<khw@cpan.org>
Thu, 5 Feb 2015 15:38:52 +0000
(08:38 -0700)
committer
Karl Williamson
<khw@cpan.org>
Thu, 5 Feb 2015 20:54:23 +0000
(13:54 -0700)
ext/re/re.pm
patch
|
blob
|
blame
|
history
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';
}