summaryrefslogtreecommitdiff
path: root/pod/perlexperiment.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2015-01-04 17:48:26 -0800
committerFather Chrysostomos <sprout@cpan.org>2015-01-31 22:03:53 -0800
commit6207d112f3e84590afbf2323184d898258a51455 (patch)
tree08f64d09d395f7935c080e58b46c36f8e40cf593 /pod/perlexperiment.pod
parent70ea8edf40d040203fd7e500c57232e04e3fc8cd (diff)
downloadperl-6207d112f3e84590afbf2323184d898258a51455.tar.gz
Mention experimental bitops in perlexperiment
Diffstat (limited to 'pod/perlexperiment.pod')
-rw-r--r--pod/perlexperiment.pod15
1 files changed, 15 insertions, 0 deletions
diff --git a/pod/perlexperiment.pod b/pod/perlexperiment.pod
index ef47248365..5211d2fa68 100644
--- a/pod/perlexperiment.pod
+++ b/pod/perlexperiment.pod
@@ -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