summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2015-07-03 22:54:53 -0400
committerRicardo Signes <rjbs@cpan.org>2015-07-03 23:06:59 -0400
commit7d3803573bc4359bd154504dfae342215fdcf8ae (patch)
tree481e607e49983d30ed1e54fbb2b28d3b7b5c9225
parentc75669973a178847398e42141fd44f535cfe37e5 (diff)
downloadperl-7d3803573bc4359bd154504dfae342215fdcf8ae.tar.gz
restore the perldelta changes moved from perl5230delta
i.e., move them from perl5230delta to the 5.23.1 delta where they belong This does not re-add the module changes, as those can be generated automatically when needed.
-rw-r--r--pod/perldelta.pod18
1 files changed, 16 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 1de8fdd0dd..6d249a196c 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -27,6 +27,12 @@ here, but most should go in the L</Performance Enhancements> section.
[ List each enhancement as a =head2 entry ]
+=head2 Postfix dereferencing is no longer experimental
+
+Using the C<postderef> and C<postderef_qq> features no longer emits a warning.
+Existing code that disables that warning category will continue to work. The
+C<5.24> feature bundle now includes those features.
+
=head1 Security
XXX Any security-related notices go here. In particular, any security
@@ -305,9 +311,17 @@ L</Modules and Pragmata> section.
=over 4
-=item XXX-some-platform
+=item VMS
-XXX
+=over
+
+=item *
+
+The minimum supported version of VMS is now v7.3-2, released in 2003. As a
+side effect of this change, VAX is no longer supported as the terminal
+release of OpenVMS VAX was v7.3 in 2001.
+
+=back
=back