diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-11-09 19:01:51 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-11-09 19:03:50 +0100 |
commit | 9aa0b6486a6198e4efd3a57bb62449898e8a8139 (patch) | |
tree | 8fd8f4216cfe39585c48404ba6f09088cd293af2 /MANIFEST | |
parent | ccb84406d75e333090431f0ae31edecdf95fbad3 (diff) | |
download | perl-9aa0b6486a6198e4efd3a57bb62449898e8a8139.tar.gz |
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.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2886,6 +2886,7 @@ dist/Math-BigRat/t/bigratpm.t Math::BigRat test dist/Math-BigRat/t/bigrat.t Math::BigRat test dist/Math-BigRat/t/bigratup.t test under $Math::BigInt::upgrade dist/Math-BigRat/t/bigroot.t Math::BigRat test +dist/Math-BigRat/t/bitwise.t Math::BigRat test dist/Math-BigRat/t/hang.t Math::BigRat test for bug #34584 - hang in exp() dist/Math-BigRat/t/Math/BigRat/Test.pm Math::BigRat test helper dist/Math-BigRat/t/requirer.t see if require works properly |