summaryrefslogtreecommitdiff
path: root/cpan/Math-BigInt/t/use_lib2.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Math-BigInt/t/use_lib2.t')
-rw-r--r--cpan/Math-BigInt/t/use_lib2.t5
1 files changed, 2 insertions, 3 deletions
diff --git a/cpan/Math-BigInt/t/use_lib2.t b/cpan/Math-BigInt/t/use_lib2.t
index d5bcff12ad..dc03e1f1e0 100644
--- a/cpan/Math-BigInt/t/use_lib2.t
+++ b/cpan/Math-BigInt/t/use_lib2.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;
use Math::BigFloat lib => 'BareCalc';