develooper Front page | perl.perl5.porters | Postings from September 2011

[perl #98280] [PATCH] Use same version number 1.997 in all .pm files.

Thread Next
From:
Father Chrysostomos via RT
Date:
September 2, 2011 13:31
Subject:
[perl #98280] [PATCH] Use same version number 1.997 in all .pm files.
Message ID:
rt-3.6.HEAD-31297-1314995464-707.98280-15-0@perl.org
On Fri Sep 02 00:06:26 2011, pjacklam wrote:
> - For simplicity, use same version number 1.997 in all .pm files to
> match the
>   upcoming release 1.997 of the Math-BigInt distribution.
> - Avoid "our $VERSION ..." in Math::BigInt::Calc, since we're
>   still trying to be Perl 5.6.2 compatible.
> ---
>  dist/Math-BigInt/lib/Math/BigFloat.pm       |    2 +-
>  dist/Math-BigInt/lib/Math/BigInt/Calc.pm    |    3 ++-
>  dist/Math-BigInt/lib/Math/BigInt/CalcEmu.pm |    2 +-
>  3 files changed, 4 insertions(+), 3 deletions(-)

Thank you. Applied as 159b753f2, except for the unnecessary our() change.

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About