summaryrefslogtreecommitdiff
path: root/cpan/Math-BigInt/t/calling-class-methods.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Math-BigInt/t/calling-class-methods.t')
-rw-r--r--cpan/Math-BigInt/t/calling-class-methods.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Math-BigInt/t/calling-class-methods.t b/cpan/Math-BigInt/t/calling-class-methods.t
index 27ada2eb0c..c623d6fb0d 100644
--- a/cpan/Math-BigInt/t/calling-class-methods.t
+++ b/cpan/Math-BigInt/t/calling-class-methods.t
@@ -1,4 +1,4 @@
-#!perl
+# -*- mode: perl; -*-
# test calling conventions, and :constant overloading
@@ -51,7 +51,7 @@ while (<DATA>) {
my @args = split /:/, $_, 99;
$expected = pop @args;
foreach my $class (qw/
- Math::BigInt Math::BigFloat
+ Math::BigInt Math::BigFloat
Math::BigInt::Test Math::BigFloat::Test
/)
{