summaryrefslogtreecommitdiff
path: root/dist/Math-BigInt-FastCalc
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-09-03 23:32:23 +0200
committerFlorian Ragwitz <rafl@debian.org>2010-09-03 23:32:23 +0200
commit49f8dfb64c1d8667b2e8eb706ff6148917608d37 (patch)
treec26ebf48dbc3703e7c2fc5f623bb30cb08f5555e /dist/Math-BigInt-FastCalc
parent722965d396a2b0567c3beaf268691ab850810f89 (diff)
downloadperl-49f8dfb64c1d8667b2e8eb706ff6148917608d37.tar.gz
Synchronize with Math::BigInt::FastCalc 0.21
Diffstat (limited to 'dist/Math-BigInt-FastCalc')
-rw-r--r--dist/Math-BigInt-FastCalc/FastCalc.pm2
-rw-r--r--dist/Math-BigInt-FastCalc/t/bigintfc.t1
-rw-r--r--dist/Math-BigInt-FastCalc/t/bootstrap.t1
-rw-r--r--dist/Math-BigInt-FastCalc/t/leak.t1
-rw-r--r--dist/Math-BigInt-FastCalc/t/mbi_rand.t1
5 files changed, 1 insertions, 5 deletions
diff --git a/dist/Math-BigInt-FastCalc/FastCalc.pm b/dist/Math-BigInt-FastCalc/FastCalc.pm
index 2b4aea58dc..cd6324fbe7 100644
--- a/dist/Math-BigInt-FastCalc/FastCalc.pm
+++ b/dist/Math-BigInt-FastCalc/FastCalc.pm
@@ -11,7 +11,7 @@ use vars qw/@ISA $VERSION $BASE $BASE_LEN/;
@ISA = qw(DynaLoader);
-$VERSION = '0.19';
+$VERSION = '0.21';
bootstrap Math::BigInt::FastCalc $VERSION;
diff --git a/dist/Math-BigInt-FastCalc/t/bigintfc.t b/dist/Math-BigInt-FastCalc/t/bigintfc.t
index 6bace5e04c..c8f5f4b060 100644
--- a/dist/Math-BigInt-FastCalc/t/bigintfc.t
+++ b/dist/Math-BigInt-FastCalc/t/bigintfc.t
@@ -6,7 +6,6 @@ use Test;
BEGIN
{
$| = 1;
- chdir 't' if -d 't' && !$ENV{PERL_CORE};
unshift @INC, '../lib'; # for running manually
unshift @INC, '../blib/arch'; # for running manually
plan tests => 359;
diff --git a/dist/Math-BigInt-FastCalc/t/bootstrap.t b/dist/Math-BigInt-FastCalc/t/bootstrap.t
index 1101966b98..6b61044b38 100644
--- a/dist/Math-BigInt-FastCalc/t/bootstrap.t
+++ b/dist/Math-BigInt-FastCalc/t/bootstrap.t
@@ -7,7 +7,6 @@ BEGIN
unshift @INC, '../blib/lib';
unshift @INC, '../blib/arch';
unshift @INC, '../lib';
- chdir 't' if -d 't' && !$ENV{PERL_CORE};
plan tests => 1;
};
diff --git a/dist/Math-BigInt-FastCalc/t/leak.t b/dist/Math-BigInt-FastCalc/t/leak.t
index 1adc831c81..6120c9f825 100644
--- a/dist/Math-BigInt-FastCalc/t/leak.t
+++ b/dist/Math-BigInt-FastCalc/t/leak.t
@@ -11,7 +11,6 @@ use strict;
BEGIN
{
$| = 1;
- chdir 't' if -d 't' && !$ENV{PERL_CORE};
unshift @INC, ('../lib', '../blib/arch'); # for running manually
plan tests => 22;
}
diff --git a/dist/Math-BigInt-FastCalc/t/mbi_rand.t b/dist/Math-BigInt-FastCalc/t/mbi_rand.t
index 52d3426f15..339efaee29 100644
--- a/dist/Math-BigInt-FastCalc/t/mbi_rand.t
+++ b/dist/Math-BigInt-FastCalc/t/mbi_rand.t
@@ -13,7 +13,6 @@ BEGIN
unshift @INC, '../blib/arch';
my $location = $0; $location =~ s/mbi_rand.t//;
unshift @INC, $location; # to locate the testing files
- chdir 't' if -d 't' && !$ENV{PERL_CORE};
$count = 128;
plan tests => $count*2;
}