Skip to content

Commit

Permalink
Silence pointless warnings generated by GMPz.xs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphus committed Jan 25, 2024
1 parent ebe2032 commit ed6c6b3
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 61 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for Perl module Math::GMPq

0.57
- Silence pointless compiler warnings.

0.56
- Skip Math::MPFR checks in t/overload_cross_class.t and t/overload_op_eq.t if
Expand Down
6 changes: 3 additions & 3 deletions GMPq.pod
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,8 @@
object.
If $Math::GMPq::RETYPE is set to 1, then Math::MPFR objects can
also be used with '+=', '*=', '-=', '/=' and '**=' operators.
In such instances, the Math::GMPz object is set ("retyped" to a
Math::MPFR object that contains the result of the operation,
In such instances, the Math::GMPz object is set ("retyped") to
a Math::MPFR object that contains the result of the operation,
subject to the precision of the Math::MPFR object and the
default rounding mode being used.
$Math::GMPq::RETYPE is initially set to 0 (false).
Expand Down Expand Up @@ -726,7 +726,7 @@

This program is free software; you may redistribute it and/or
modify it under the same terms as Perl itself.
Copyright 2006-2011, 2013-23, Sisyphus
Copyright 2006-2011, 2013-24, Sisyphus

=head1 AUTHOR

Expand Down
Loading

0 comments on commit ed6c6b3

Please sign in to comment.