This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[Merge] [perl #123466] New experimental bitops
authorFather Chrysostomos <sprout@cpan.org>
Sun, 1 Feb 2015 06:04:04 +0000 (22:04 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 1 Feb 2015 06:04:04 +0000 (22:04 -0800)
commitdf442ae4d3c2df4893d91c69568c334c4cb98082
treecce8654c1f94ec62516d19a12d8b19075f17a171
parent26b17dd21e4aedef224e009510eebb11d2256d3a
parent7eae626b35510787f608b37bdcaecfef834a137f
[Merge] [perl #123466] New experimental bitops

Under ‘use experimental "bitwise"’, & ! ^ ~ are now strictly numeric
ops and &. |. ^. ~. are new ops that treat their arguments as strings.