X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/b10bad5ab5534c23d5f3e698f053bfe49cfd2d15..c9a74c77cc7250708801cd921a86741bdcbda6cd:/ext/re/re.pm?ds=sidebyside diff --git a/ext/re/re.pm b/ext/re/re.pm index 9a172ad..92ddaf5 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'; }