summaryrefslogtreecommitdiff
path: root/cpan/Math-BigInt/t/use_lib5.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Math-BigInt/t/use_lib5.t')
-rw-r--r--cpan/Math-BigInt/t/use_lib5.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Math-BigInt/t/use_lib5.t b/cpan/Math-BigInt/t/use_lib5.t
index 1c122dd134..9fff6c8593 100644
--- a/cpan/Math-BigInt/t/use_lib5.t
+++ b/cpan/Math-BigInt/t/use_lib5.t
@@ -1,4 +1,4 @@
-#!perl
+# -*- mode: perl; -*-
# see if using Math::BigInt and Math::BigFloat works together nicely.
# all use_lib*.t should be equivalent
@@ -9,7 +9,7 @@ use lib 't';
use Test::More tests => 2;
-use Math::BigFloat lib => 'BareCalc';
+use Math::BigFloat lib => 'BareCalc'; # loads "BareCalc"
use Math::BigInt;
is(Math::BigInt->config('lib'), 'Math::BigInt::BareCalc',