diff options
Diffstat (limited to 'pod/perlexperiment.pod')
-rw-r--r-- | pod/perlexperiment.pod | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod index 3918080820..8c2c8f0ffb 100644 --- a/pod/perlexperiment.pod +++ b/pod/perlexperiment.pod @@ -92,18 +92,6 @@ C<experimental::re_strict>. See L<re/'strict' mode> -=item String- and number-specific bitwise operators - -Introduced in Perl 5.22.0 - -See also: L<perlop/Bitwise String Operators> - -Using this feature triggers warnings in the category -C<experimental::bitwise>. - -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 @@ -256,6 +244,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 |