diff options
Diffstat (limited to 'dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm')
-rw-r--r-- | dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm b/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm index c82e153986..6295d86259 100644 --- a/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm +++ b/dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm @@ -5,7 +5,7 @@ use strict; # use warnings; # dont use warnings for older Perls use vars qw/$VERSION/; -$VERSION = '1.998'; +$VERSION = '1.999'; package Math::BigInt; @@ -305,11 +305,15 @@ using a call to the native lib. =head1 METHODS -=head2 __emu_bxor +=over -=head2 __emu_band +=item __emu_bxor -=head2 __emu_bior +=item __emu_band + +=item __emu_bior + +=back =head1 LICENSE |