diff options
Diffstat (limited to 'cpan/Math-Complex/t/Complex.t')
-rw-r--r-- | cpan/Math-Complex/t/Complex.t | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cpan/Math-Complex/t/Complex.t b/cpan/Math-Complex/t/Complex.t index d0d83d3441..e62cb8879c 100644 --- a/cpan/Math-Complex/t/Complex.t +++ b/cpan/Math-Complex/t/Complex.t @@ -6,19 +6,8 @@ # -- Jarkko Hietaniemi since Mar 1997 # -- Daniel S. Lewart since Sep 1997 -BEGIN { - if ($ENV{PERL_CORE}) { - chdir 't' if -d 't'; - #@INC = '../lib'; - } -} - use Math::Complex 1.54; -use vars qw($VERSION); - -$VERSION = 1.92; - my ($args, $op, $target, $test, $test_set, $try, $val, $zvalue, @set, @val); $test = 0; |