summaryrefslogtreecommitdiff
path: root/ext/re
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-02-05 08:38:52 -0700
committerKarl Williamson <khw@cpan.org>2015-02-05 13:54:23 -0700
commitc9a74c77cc7250708801cd921a86741bdcbda6cd (patch)
tree9f45591883cbaa6b1b982bad6fd0b28ad54b4e5e /ext/re
parentb10bad5ab5534c23d5f3e698f053bfe49cfd2d15 (diff)
downloadperl-c9a74c77cc7250708801cd921a86741bdcbda6cd.tar.gz
ext/re/re.pm: Fix comment
Diffstat (limited to 'ext/re')
-rw-r--r--ext/re/re.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/re/re.pm b/ext/re/re.pm
index 9a172ad436..92ddaf541b 100644
--- 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';
}