summaryrefslogtreecommitdiff
path: root/cpan/Math-BigInt/t/bigintc.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Math-BigInt/t/bigintc.t')
-rw-r--r--cpan/Math-BigInt/t/bigintc.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Math-BigInt/t/bigintc.t b/cpan/Math-BigInt/t/bigintc.t
index 87384f7968..cf589ad14f 100644
--- a/cpan/Math-BigInt/t/bigintc.t
+++ b/cpan/Math-BigInt/t/bigintc.t
@@ -1,4 +1,4 @@
-#!perl
+# -*- mode: perl; -*-
# Test Math::BigInt::Calc
@@ -14,7 +14,7 @@ my ($BASE_LEN, $BASE, $AND_BITS, $XOR_BITS, $OR_BITS,
$MAX_BITS, $MAX_EXP_F, $MAX_EXP_I, $USE_INT)
= Math::BigInt::Calc -> _base_len();
-diag(<<"EOF");
+note(<<"EOF");
BASE_LEN = $BASE_LEN
BASE = $BASE