diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-11-15 13:06:58 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-11-15 13:07:23 -0800 |
commit | b4bbb35033d3052b51513513a8fad17b713f78f4 (patch) | |
tree | bc2e0e5b50864ec9eef69425027d04a272d18a05 | |
parent | 6d07abefcb714414549a6861aa21742edaaed233 (diff) | |
download | perl-b4bbb35033d3052b51513513a8fad17b713f78f4.tar.gz |
I only mentioned half of [perl #79138]
-rw-r--r-- | pod/perldelta.pod | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 557dbb5465..9aa02d3bce 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -5,8 +5,6 @@ This has been completed up to 518a985, except for: 04777d295957ad270188e4debf51b523e07cc5b0 c565ab54dc649bb62cd4d57149d7b2abb21df5f3 1c8d11ca3d0ce8bc11562f159b94c2c7e62dea6c -51698cb360d5bba06e12496ef9c7bf82e3352b71 -0c4d3b5ea916cf640ea163c5a6bcffefade55a1b 1830b3d9c87f8b1473b0a80759846f7a5dccae5a I may have missed a few module version bumps. @@ -955,7 +953,8 @@ L<[perl #74022]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=74022>. =item * -C<formline> no longer crashes when passed a tainted format picture +C<formline> no longer crashes when passed a tainted format picture. It also +taints C<$^A> now if its arguments are tainted L<[perl #79138]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=79138>. =item * |