summaryrefslogtreecommitdiff
path: root/cpan/Math-BigInt/t/use_lib3.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Math-BigInt/t/use_lib3.t')
-rw-r--r--cpan/Math-BigInt/t/use_lib3.t5
1 files changed, 2 insertions, 3 deletions
diff --git a/cpan/Math-BigInt/t/use_lib3.t b/cpan/Math-BigInt/t/use_lib3.t
index f7d801ab85..2dcd72bdcd 100644
--- a/cpan/Math-BigInt/t/use_lib3.t
+++ b/cpan/Math-BigInt/t/use_lib3.t
@@ -1,15 +1,14 @@
-#!/usr/bin/perl
+#!perl
# see if using Math::BigInt and Math::BigFloat works together nicely.
# all use_lib*.t should be equivalent
use strict;
use warnings;
+use lib 't';
use Test::More tests => 2;
-use lib 't';
-
use Math::BigInt lib => 'BareCalc';
use Math::BigFloat;