Upgrade to Math::BigInt 1.55, from Tels.
[p5sagit/p5-mst-13.2.git] / lib / Math / BigInt / t / upgrade.t
index 534c99b..5c8cf5f 100644 (file)
@@ -10,7 +10,7 @@ BEGIN
   my $location = $0; $location =~ s/upgrade.t//;
   unshift @INC, $location; # to locate the testing files
   chdir 't' if -d 't';
-  plan tests => 2056
+  plan tests => 2068
    + 2;                        # our own tests
   }