diff options
author | Karl Williamson <khw@cpan.org> | 2015-02-05 08:38:52 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2015-02-05 13:54:23 -0700 |
commit | c9a74c77cc7250708801cd921a86741bdcbda6cd (patch) | |
tree | 9f45591883cbaa6b1b982bad6fd0b28ad54b4e5e /ext/re | |
parent | b10bad5ab5534c23d5f3e698f053bfe49cfd2d15 (diff) | |
download | perl-c9a74c77cc7250708801cd921a86741bdcbda6cd.tar.gz |
ext/re/re.pm: Fix comment
Diffstat (limited to 'ext/re')
-rw-r--r-- | ext/re/re.pm | 2 |
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'; } |