summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-11-14 17:43:36 -0800
committerFather Chrysostomos <sprout@cpan.org>2010-11-14 17:43:36 -0800
commit38dbd9390df3647f5ae5d773e98bcc0b7402ec55 (patch)
tree8de50490455cb0dbde24261b48f8d3dcfc618732 /pod
parentaf550b4af8369f93e63b3c6fbfce6a5acac238c4 (diff)
downloadperl-38dbd9390df3647f5ae5d773e98bcc0b7402ec55.tar.gz
perldelta up to 518a985
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod20
1 files changed, 19 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 30455c6220..4dc9ac1d0e 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -1,12 +1,13 @@
=encoding utf8
=for comment
-This has been completed up to 578895fb, except for:
+This has been completed up to 518a985, except for:
04777d295957ad270188e4debf51b523e07cc5b0
c565ab54dc649bb62cd4d57149d7b2abb21df5f3
1c8d11ca3d0ce8bc11562f159b94c2c7e62dea6c
51698cb360d5bba06e12496ef9c7bf82e3352b71
0c4d3b5ea916cf640ea163c5a6bcffefade55a1b
+1830b3d9c87f8b1473b0a80759846f7a5dccae5a
I may have missed a few module version bumps.
=head1 NAME
@@ -941,6 +942,23 @@ fact, C<undef *Foo::ISA> would stop a new C<@Foo::ISA> array from updating
caches
L<[perl #79024]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=79024>.
+=item *
+
+C<@ISA> arrays can now be shared between classes via
+C<*Foo::ISA = \@Bar::ISA> or C<*Foo::ISA = *Bar::ISA>
+L<[perl #77238]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=77238>.
+
+=item *
+
+The parser no longer hangs when encountering certain Unicode characters,
+such as U+387
+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
+L<[perl #79138]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=79138>.
+
=back
=head1 Known Problems