This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for babb663abd
[perl5.git] / pod / perlexperiment.pod
index fb353d9..50b1a2a 100644 (file)
@@ -72,6 +72,9 @@ See also: L<perlsub/Lexical Subroutines>
 Using this feature triggers warnings in the category
 C<experimental::lexical_subs>.
 
+The ticket for this feature is
+L<[perl #120085]|https://rt.perl.org/rt3/Ticket/Display.html?id=120085>.
+
 =item Regular Expression Set Operations
 
 Introduced in: Perl 5.18
@@ -88,6 +91,16 @@ C<experimental::regex_sets>.
 
 Introduced in Perl 5.18
 
+=item Postfix dereference syntax
+
+Introduced in Perl 5.20.0
+
+Using this feature triggers warnings in the category
+C<experimental::postderef>.
+
+The ticket for this feature is
+L<[perl #120162]|https://rt.perl.org:443/rt3/Ticket/Display.html?id=120162>.
+
 =item The <:win32> IO pseudolayer
 
 The ticket for this feature is