summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xPorting/Maintainers.pl2
-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
6 files changed, 2 insertions, 6 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index b457821e83..2ad5dd45df 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -863,7 +863,7 @@ use File::Glob qw(:case);
'Math::BigInt::FastCalc' =>
{
'MAINTAINER' => 'tels',
- 'DISTRIBUTION' => 'TELS/math/Math-BigInt-FastCalc-0.19.tar.gz',
+ 'DISTRIBUTION' => 'FLORA/Math-BigInt-FastCalc-0.21.tar.gz',
'FILES' => q[dist/Math-BigInt-FastCalc],
'EXCLUDED' => [ qr{^inc/},
qw{
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;
}