This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Create new perldelta
[perl5.git] / pod / perlexperiment.pod
index 19439d3..ee48e23 100644 (file)
@@ -49,6 +49,9 @@ L<[perl #119315]|https://rt.perl.org/rt3/Ticket/Display.html?id=119315>.
 
 =item Pluggable keywords
 
+The ticket for this feature is
+L<[perl #119455]|https://rt.perl.org/rt3/Ticket/Display.html?id=119455>.
+
 See L<perlapi/PL_keyword_plugin> for the mechanism.
 
 Introduced in: Perl 5.11.2
@@ -69,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
@@ -85,6 +91,38 @@ C<experimental::regex_sets>.
 
 Introduced in Perl 5.18
 
+=item Subroutine signatures
+
+Introduced in Perl 5.20.0
+
+Using this feature triggers warnings in the category
+C<experimental::signatures>.
+
+The ticket for this feature is
+L<[perl #121481]|https://rt.perl.org/Ticket/Display.html?id=121481>.
+
+=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 Aliasing via reference
+
+Introduced in Perl 5.22.0
+
+Using this feature triggers warnings in the category
+C<experimental::refaliasing>.
+
+The ticket for this feature is
+L<[perl #122947]|https://rt.perl.org/rt3/Ticket/Display.html?id=122947>.
+
+See also: L<perlref/Assigning to References>
+
 =item The <:win32> IO pseudolayer
 
 The ticket for this feature is
@@ -99,8 +137,6 @@ L<[perl #116487]|https://rt.perl.org/rt3/Ticket/Display.html?id=116487>.
 
 =item Unicode in Perl on EBCDIC
 
-See also: L<perlre/"Special Backtracking Control Verbs">
-
 =back
 
 =head2 Accepted features
@@ -257,6 +293,10 @@ Removed in: 5.11.3
 
 =back
 
+=head1 SEE ALSO
+
+For a complete list of features check L<feature>.
+
 =head1 AUTHORS
 
 brian d foy C<< <brian.d.foy@gmail.com> >>