This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Disable bitwise operators
authorFlorian Ragwitz <rafl@debian.org>
Tue, 9 Nov 2010 18:01:51 +0000 (19:01 +0100)
committerFlorian Ragwitz <rafl@debian.org>
Tue, 9 Nov 2010 18:03:50 +0000 (19:03 +0100)
commit9aa0b6486a6198e4efd3a57bb62449898e8a8139
tree8fd8f4216cfe39585c48404ba6f09088cd293af2
parentccb84406d75e333090431f0ae31edecdf95fbad3
Disable bitwise operators

Some of them used to return wrong results, others just failed horribly. We're
disabling them alltogether, with a useful error message, until maybe someone
figures out how to make them DWIM.
MANIFEST
dist/Math-BigRat/lib/Math/BigRat.pm
dist/Math-BigRat/t/bitwise.t [new file with mode: 0644]