summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2010-05-13 15:55:40 -0400
committerDavid Golden <dagolden@cpan.org>2010-06-29 22:08:13 -0400
commita5c4fdfb037d1c6b3cdbee9dab927ca1a7d23f52 (patch)
treee5ea12a4a4b02829075f3ca78b88339b93fefda0
parent2c94927efdbcba13effd68ce902af2c41c8db124 (diff)
downloadperl-a5c4fdfb037d1c6b3cdbee9dab927ca1a7d23f52.tar.gz
Note that we now include Safe.pm 2.27
(cherry picked from commit 7ecbc3da3c049655fce6b77e81d08f2025e54c57) Signed-off-by: David Golden <dagolden@cpan.org>
-rw-r--r--pod/perl5121delta.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perl5121delta.pod b/pod/perl5121delta.pod
index 01bde1256b..2c8a08fb28 100644
--- a/pod/perl5121delta.pod
+++ b/pod/perl5121delta.pod
@@ -58,6 +58,10 @@ parsing.
We made a small fix to the L<CPANPLUS> test suite to fix an occasional spurious test failure.
+=item *
+
+We upgraded L<Safe> to version 2.27 to wrap coderefs retured by C<reval()> and C<rdo()>.
+
=back
=head1 Changes to Existing Documentation