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 8940ed8..ee48e23 100644 (file)
@@ -22,6 +22,9 @@ Introduced in Perl 5.8.0
 
 Deprecated in Perl 5.10.0
 
+The ticket for this feature is
+L<[perl #119313]|https://rt.perl.org/rt3/Ticket/Display.html?id=119313>.
+
 =item Smart match (C<~~>)
 
 Introduced in Perl 5.10.0
@@ -31,6 +34,9 @@ Modified in Perl 5.10.1, 5.12.0
 Using this feature triggers warnings in the category
 C<experimental::smartmatch>.
 
+The ticket for this feature is
+L<[perl #119317]|https://rt.perl.org/rt3/Ticket/Display.html?id=119317>.
+
 =item Lexical C<$_>
 
 Introduced in Perl 5.10.0
@@ -38,8 +44,14 @@ Introduced in Perl 5.10.0
 Using this feature triggers warnings in the category
 C<experimental::lexical_topic>.
 
+The ticket for this feature is
+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
@@ -48,6 +60,9 @@ Introduced in: Perl 5.11.2
 
 Introduced in Perl 5.14.0
 
+The ticket for this feature is
+L<[perl #119437]|https://rt.perl.org/rt3/Ticket/Display.html?id=119437>.
+
 =item Lexical subroutines
 
 Introduced in: Perl 5.18
@@ -57,10 +72,16 @@ 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
 
+The ticket for this feature is
+L<[perl #119451]|https://rt.perl.org/rt3/Ticket/Display.html?id=119451>.
+
 See also: L<perlrecharclass/Extended Bracketed Character Classes>
 
 Using this feature triggers warnings in the category
@@ -70,109 +91,51 @@ C<experimental::regex_sets>.
 
 Introduced in Perl 5.18
 
-=item The <:win32> IO pseudolayer
-
-See also L<perlrun>
-
-=item lex_start API
-
-Introduced in Perl 5.13.7
-
-=item internal API for C<%^H>
-
-Introduced in Perl 5.13.7
-
-See also C<cophh_> in L<perlapi>.
-
-=item alloccopstash
-
-Introduced in Perl 5.18.0
-
-=item av_create_and_push
-
-=item av_create_and_unshift_one
-
-=item av_create_and_unshift_one
-
-=item cop_store_label
-
-Introduced in Perl 5.16.0
-
-=item PL_keyword_plugin
-
-=item gv_fetchmethod_*_flags
-
-Introduced in Perl 5.16.0
-
-=item hv_iternext_flags
+=item Subroutine signatures
 
-=item lex_bufutf8
+Introduced in Perl 5.20.0
 
-=item lex_discard_to
-
-=item lex_grow_linestr
-
-=item lex_next_chunk
-
-=item lex_peek_unichar
-
-=item lex_read_space
-
-=item lex_read_to
-
-=item lex_read_unichar
-
-=item lex_stuff_pv
-
-=item lex_stuff_pvn
-
-=item lex_stuff_pvs
-
-=item lex_stuff_sv
-
-=item lex_unstuff
-
-=item op_scope
-
-=item op_lvalue
+Using this feature triggers warnings in the category
+C<experimental::signatures>.
 
-=item parse_fullstmt
+The ticket for this feature is
+L<[perl #121481]|https://rt.perl.org/Ticket/Display.html?id=121481>.
 
-=item parse_stmtseq
+=item Postfix dereference syntax
 
-=item PL_parser-E<gt>bufend
+Introduced in Perl 5.20.0
 
-=item PL_parser-E<gt>bufptr
+Using this feature triggers warnings in the category
+C<experimental::postderef>.
 
-=item PL_parser-E<gt>linestart
+The ticket for this feature is
+L<[perl #120162]|https://rt.perl.org:443/rt3/Ticket/Display.html?id=120162>.
 
-=item PL_parser-E<gt>linestr
+=item Aliasing via reference
 
-=item Perl_signbit
+Introduced in Perl 5.22.0
 
-=item pad_findmy
+Using this feature triggers warnings in the category
+C<experimental::refaliasing>.
 
-=item sv_utf8_decode
+The ticket for this feature is
+L<[perl #122947]|https://rt.perl.org/rt3/Ticket/Display.html?id=122947>.
 
-=item sv_utf8_downgrade
+See also: L<perlref/Assigning to References>
 
-=item bytes_from_utf8
+=item The <:win32> IO pseudolayer
 
-=item bytes_to_utf8
+The ticket for this feature is
+L<[perl #119453]|https://rt.perl.org/rt3/Ticket/Display.html?id=119453>.
 
-=item utf8_to_bytes
+See also L<perlrun>
 
 =item There is an C<installhtml> target in the Makefile.
 
-=item Unicode in Perl on EBCDIC
-
-See also: L<perlre/"Special Backtracking Control Verbs">
-
-=item Code expressions, conditional expressions, and independent expressions in regexes
-
-=item gv_try_downgrade
+The ticket for this feature is
+L<[perl #116487]|https://rt.perl.org/rt3/Ticket/Display.html?id=116487>.
 
-See also L<perlintern>
+=item Unicode in Perl on EBCDIC
 
 =back
 
@@ -330,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> >>