From c879bdf7a8b9ca3f1e6c888225d5bbaa9b5dcce6 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 11 Jun 2011 13:21:49 -0700 Subject: =?UTF-8?q?Increase=20Math::BigInt=E2=80=99s=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/Math-BigInt/lib/Math/BigInt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/Math-BigInt/lib/Math/BigInt.pm b/dist/Math-BigInt/lib/Math/BigInt.pm index 4757db1026..36b10490f4 100644 --- a/dist/Math-BigInt/lib/Math/BigInt.pm +++ b/dist/Math-BigInt/lib/Math/BigInt.pm @@ -18,7 +18,7 @@ package Math::BigInt; my $class = "Math::BigInt"; use 5.006002; -$VERSION = '1.994'; +$VERSION = '1.995'; @ISA = qw(Exporter); @EXPORT_OK = qw(objectify bgcd blcm); -- cgit v1.2.1