diff options
author | Rick Delaney <rick@consumercontact.com> | 2006-07-09 11:01:50 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-08-02 09:49:10 +0000 |
commit | 5d121f7f3e622b953c8ef74cf9c345d07e4f4ed7 (patch) | |
tree | 2197d0a5443e3acd0d02005ae947003ee701b32b /pod | |
parent | b1e55cab83fc5b3a567d95fba8bca0592334b7a5 (diff) | |
download | perl-5d121f7f3e622b953c8ef74cf9c345d07e4f4ed7.tar.gz |
Re: [perl #39733] $AUTOLOAD is never tainted
Message-ID: <20060709190150.GA1922@localhost.localdomain>
Plus a note in perldelta
p4raw-id: //depot/perl@28649
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl594delta.pod | 5 |
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 |