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)
Under ‘use experimental "bitwise"’, & ! ^ ~ are now strictly numeric
ops and &. |. ^. ~. are new ops that treat their arguments as strings.


Trivial merge