X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/5c70377968f8f6fcfa170e26ec8529cafb0f7ee0..d8306453385a4991e40b4738982bf9617b6c1ccf:/pod/perlexperiment.pod diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod index 5e734b6..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 @@ -101,18 +92,6 @@ C. See L -=item String- and number-specific bitwise operators - -Introduced in Perl 5.22.0 - -See also: L - -Using this feature triggers warnings in the category -C. - -The ticket for this feature is -L<[perl #123707]|https://rt.perl.org/rt3/Ticket/Display.html?id=123707>. - =item The <:win32> IO pseudolayer The ticket for this feature is @@ -139,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 @@ -255,6 +252,12 @@ 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 @@ -329,6 +332,14 @@ 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 Perl 5.28.0 + =back =head1 SEE ALSO