summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod')
-rw-r--r--pod/perl594delta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perl594delta.pod b/pod/perl594delta.pod
index ef374ee008..a6b92b6a5d 100644
--- a/pod/perl594delta.pod
+++ b/pod/perl594delta.pod
@@ -27,6 +27,11 @@ file. (This trick is used by Pugs.)
The special arrays C<@-> and C<@+> are no longer interpolated in regular
expressions.
+=head2 $AUTOLOAD can now be tainted
+
+If you call a subroutine by a tainted name, and if it defers to an
+AUTOLOAD function, then $AUTOLOAD will be (correctly) tainted.
+
=head1 Core Enhancements
=head2 state() variables