From d7a08570f1b66c1947fbca76061dfa2f85d0ade0 Mon Sep 17 00:00:00 2001 From: Steffen Mueller Date: Thu, 28 Feb 2013 18:25:19 +0100 Subject: [PATCH 1/1] PL_sv_objcount deprecation notice --- pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 17db8f7..c692139 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -53,6 +53,12 @@ an updated module in the L section. [ List each deprecation as a =head2 entry ] +=head2 PL_sv_objcount + +This interpreter-global variable used to track the total number of +Perl objects in the interpreter. It is no longer maintained and will +be removed altogether in Perl 5.20. + =head1 Performance Enhancements XXX Changes which enhance performance without changing behaviour go here. -- 1.8.3.1