summaryrefslogtreecommitdiff
path: root/ext/re/re.pm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/re/re.pm')
-rw-r--r--ext/re/re.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/re/re.pm b/ext/re/re.pm
index a033d97c94..5ec012dee6 100644
--- a/ext/re/re.pm
+++ b/ext/re/re.pm
@@ -27,6 +27,8 @@ re - Perl pragma to alter regular expression behaviour
/^(.*)$/s; # output debugging info
# during compile and run time
+(We use $^X in these examples because it's tainted by default.)
+
=head1 DESCRIPTION
When C<use re 'taint'> is in effect, and a tainted string is the target