diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-12-12 22:38:24 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-12-12 22:38:24 -0800 |
commit | 7cdf3308efb26eafabf57652e17fccd59e61076e (patch) | |
tree | b2f632d3b1761ac465b6dcdb387b65cd33211314 /pod/perldelta.pod | |
parent | 26de4ac8ffde32c9857da650ee748164bd7f4125 (diff) | |
download | perl-7cdf3308efb26eafabf57652e17fccd59e61076e.tar.gz |
perldelta tweaks
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 185de10b51..2084b7fc6f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1,7 +1,7 @@ =encoding utf8 =for comment -This has been completed up to a4256772, except for: +This has been completed up to 26de4ac8, except for: d9a4b459f94297889956ac3adc42707365f274c2 bf5522a13a381257966e7ed6b731195a873b153e 9cef83062267e94311e1fd8744396e440642738e @@ -593,7 +593,8 @@ L<[perl #63540]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=63540>. =item * Calling a closure prototype (what is passed to an attribute handler for a -closure) now results in a "Closure prototype called" error message +closure) now results in a "Closure prototype called" error message instead +of a crash L<[perl #68560]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=68560>. =item * @@ -645,7 +646,7 @@ L<[perl #68712]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=68712>. =item * -The ref types in typemap for XS bindings now support magical variables +The ref types in the typemap for XS bindings now support magical variables L<[perl #72684]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=72684>. =item * |