X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMath%2FBigInt%2Ft%2Fbare_mbi.t;h=b2d5446ba824544bd31d68ea56a7f6fbced54575;hb=56d9de6816913bcb7b0068c30f7fa91039be4429;hp=c725e5af556ab178e747d70952ad322d9f2f50f2;hpb=11f72409a81d362ab963d688ed5b84835e953fd8;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Math/BigInt/t/bare_mbi.t b/lib/Math/BigInt/t/bare_mbi.t index c725e5a..b2d5446 100644 --- a/lib/Math/BigInt/t/bare_mbi.t +++ b/lib/Math/BigInt/t/bare_mbi.t @@ -26,7 +26,7 @@ BEGIN } print "# INC = @INC\n"; - plan tests => 2552; + plan tests => 2527; } use Math::BigInt lib => 'BareCalc'; @@ -37,7 +37,7 @@ use vars qw ($class $try $x $y $f @args $ans $ans1 $ans1_str $setup $CL); $class = "Math::BigInt"; $CL = "Math::BigInt::BareCalc"; -my $version = '1.60'; # for $VERSION tests, match current release (by hand!) +my $version = '1.61'; # for $VERSION tests, match current release (by hand!) require 'bigintpm.inc'; # perform same tests as bigintpm