diff options
Diffstat (limited to 'dist/Math-BigInt/t/require.t')
-rw-r--r-- | dist/Math-BigInt/t/require.t | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dist/Math-BigInt/t/require.t b/dist/Math-BigInt/t/require.t index 66bf6279e3..eab33b967b 100644 --- a/dist/Math-BigInt/t/require.t +++ b/dist/Math-BigInt/t/require.t @@ -7,22 +7,6 @@ use Test; BEGIN { - $| = 1; - # to locate the testing files - my $location = $0; $location =~ s/require.t//i; - unshift @INC, qw(../lib); # to locate the modules - if (-d 't') - { - chdir 't'; - require File::Spec; - unshift @INC, File::Spec->catdir(File::Spec->updir, $location); - } - else - { - unshift @INC, $location; - } - print "# INC = @INC\n"; - plan tests => 1; } |