X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/1eac213ad23c12a812d4794440e893443bbb12d2..d8306453385a4991e40b4738982bf9617b6c1ccf:/pod/perlexperiment.pod diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod index 1e7dd27..7963c05 100644 --- a/pod/perlexperiment.pod +++ b/pod/perlexperiment.pod @@ -16,15 +16,6 @@ their inception, versions, etc. There's a lot of speculation here. =over 8 -=item C can now have an experimental optional attribute C - -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 @@ -37,16 +28,6 @@ C. 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 - -Using this feature triggers warnings in the category -C. - -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 @@ -54,30 +35,11 @@ L<[perl #119455]|https://rt.perl.org/rt3/Ticket/Display.html?id=119455>. See L for the mechanism. -Introduced in: Perl 5.11.2 - -=item Array and hash container functions accept references - -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 - -See also: L - -Using this feature triggers warnings in the category -C. - -The ticket for this feature is -L<[perl #120085]|https://rt.perl.org/rt3/Ticket/Display.html?id=120085>. +Introduced in Perl 5.11.2 =item Regular Expression Set Operations -Introduced in: Perl 5.18 +Introduced in Perl 5.18 The ticket for this feature is L<[perl #119451]|https://rt.perl.org/rt3/Ticket/Display.html?id=119451>. @@ -97,16 +59,6 @@ C. 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. - -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 @@ -140,24 +92,24 @@ C. See L -=item String- and number-specific bitwise operators +=item The <:win32> IO pseudolayer -Introduced in: Perl 5.22.0 +The ticket for this feature is +L<[perl #119453]|https://rt.perl.org/rt3/Ticket/Display.html?id=119453>. -See also: L +See also L -Using this feature triggers warnings in the category -C. +=item Declaring a reference to a variable -The ticket for this feature is -L<[perl #123707]|https://rt.perl.org/rt3/Ticket/Display.html?id=123707>. +Introduced in Perl 5.26.0 -=item The <:win32> IO pseudolayer +Using this feature triggers warnings in the category +C. The ticket for this feature is -L<[perl #119453]|https://rt.perl.org/rt3/Ticket/Display.html?id=119453>. +L<[perl #128654]|https://rt.perl.org/rt3/Ticket/Display.html?id=128654>. -See also L +See also: L =item There is an C target in the Makefile. @@ -166,6 +118,24 @@ L<[perl #116487]|https://rt.perl.org/rt3/Ticket/Display.html?id=116487>. =item Unicode in Perl on EBCDIC +=item Script runs + +Introduced in Perl 5.28.0 + +Using this feature triggers warnings in the category +C. + +See also: L + +=item Alpabetic assertions + +Introduced in Perl 5.28.0 + +Using this feature triggers warnings in the category +C. + +See also: L. + =back =head2 Accepted features @@ -256,7 +226,7 @@ See also L C<(*ACCEPT)> -Introduced in: Perl 5.10 +Introduced in Perl 5.10 Accepted in Perl 5.20.0 @@ -270,6 +240,24 @@ Accepted in Perl 5.20.0 Accepted in Perl 5.22.0 +=item Postfix dereference syntax + +Introduced in Perl 5.20.0 + +Accepted in Perl 5.24.0 + +=item Lexical subroutines + +Introduced in Perl 5.18.0 + +Accepted in Perl 5.26.0 + +=item String- and number-specific bitwise operators + +Introduced in Perl 5.22.0 + +Accepted in Perl 5.28.0 + =back =head2 Removed features @@ -320,9 +308,37 @@ Moved from Perl 5.10.1 to CPAN The experimental C pragma was swallowed by the C pragma. -Introduced in: 5.11.2 +Introduced in Perl 5.11.2 + +Removed in Perl 5.11.3 + +=item Lexical C<$_> + +Using this feature triggered warnings in the category +C. + +Introduced in Perl 5.10.0 + +Removed in Perl 5.24.0 + +=item Array and hash container functions accept references + +Using this feature triggered warnings in the category +C. + +Superseded by L. + +Introduced in Perl 5.14.0 + +Removed in Perl 5.24.0 + +=item C can have an experimental optional attribute C + +Introduced in Perl 5.8.0 + +Deprecated in Perl 5.10.0 -Removed in: 5.11.3 +Removed in Perl 5.28.0 =back