summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian d foy <brian.d.foy@gmail.com>2010-11-01 22:43:19 -0500
committerbrian d foy <brian.d.foy@gmail.com>2010-11-01 22:43:19 -0500
commit570c3caaae7fd716a6ecc8d9cd1dcce5d32c52fe (patch)
tree178b97d5fbcd200bbaf061197d71bcacf718ac79
parent7fd683ff3c3d87594a83a2b7f05232241c17d44b (diff)
downloadperl-570c3caaae7fd716a6ecc8d9cd1dcce5d32c52fe.tar.gz
Note changes to perlvar in perldelta
-rw-r--r--pod/perldelta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index c0a55cdc9c..710fdc5433 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -386,6 +386,11 @@ XXX
XXX Changes to files in F<pod/> go here. Consider grouping entries by
file and be sure to link to the appropriate page, e.g. L<perlfunc>.
+L<perlvar> reorders the variables and groups them by topic. Each variable
+introduced after Perl 5.000 notes the first version in which it is
+available. L<perlvar> also has a new section for deprecated variables to
+note when they were removed.
+
=head2 New Documentation
XXX Changes which create B<new> files in F<pod/> go here.