summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorDaniel Dragan <bulk88@hotmail.com>2015-08-11 14:17:52 -0400
committerAaron Crane <arc@cpan.org>2016-01-17 15:24:36 +0000
commitc52cb8175c7c08890821789b4c7177b1e0e92558 (patch)
tree06d999c1e9ecc59e4d24387dcf82e31faba96811 /pod
parent325b6a7eb7dd2bd8c896e46bf02c44b175ef4e65 (diff)
downloadperl-c52cb8175c7c08890821789b4c7177b1e0e92558.tar.gz
remove deprecated PL_timesbuf
Saves memory in interp struct.
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod7
1 files changed, 4 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index f02d559311..8aa2456570 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -338,13 +338,14 @@ XXX Changes which affect the interface available to C<XS> code go here. Other
significant internal changes for future core maintainers should be noted as
well.
-[ List each change as a =item entry ]
-
=over 4
=item *
-XXX
+The obscure C<PL_timesbuf> variable, effectively a vestige of Perl 1, has
+been removed. It was documented as deprecated in Perl 5.20, with a statement
+that it would be removed early in the 5.21.x series; that has now finally
+happened. [perl #121351]
=back