This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Mention experimental bitops in perlexperiment
authorFather Chrysostomos <sprout@cpan.org>
Mon, 5 Jan 2015 01:48:26 +0000 (17:48 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 1 Feb 2015 06:03:53 +0000 (22:03 -0800)
pod/perlexperiment.pod

index ef47248..5211d2f 100644 (file)
@@ -135,6 +135,21 @@ L<[perl #123630]|https://rt.perl.org/rt3/Ticket/Display.html?id=123630>.
 
 See also: L<perlsub/Constant Functions>
 
+=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 #123466]|https://rt.perl.org/rt3/Ticket/Display.html?id=123466>.
+
+XXX #123466 is the ticket proposing the feature, not the "[EXPERIMENT]"
+ticket to track the implemented feature.  The latter does not exist yet.
+
 =item The <:win32> IO pseudolayer
 
 The ticket for this feature is