summaryrefslogtreecommitdiff
path: root/cpan/Math-BigInt/t/mbi_ali.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Math-BigInt/t/mbi_ali.t')
-rw-r--r--cpan/Math-BigInt/t/mbi_ali.t9
1 files changed, 5 insertions, 4 deletions
diff --git a/cpan/Math-BigInt/t/mbi_ali.t b/cpan/Math-BigInt/t/mbi_ali.t
index d52812bec9..e65aa3c489 100644
--- a/cpan/Math-BigInt/t/mbi_ali.t
+++ b/cpan/Math-BigInt/t/mbi_ali.t
@@ -1,14 +1,15 @@
-#!/usr/bin/perl -w
+#!perl
# test that the new alias names work
use strict;
+use warnings;
+
use Test::More tests => 6;
use Math::BigInt;
-use vars qw/$x $CL/;
-
-$CL = 'Math::BigInt';
+our $CLASS;
+$CLASS = 'Math::BigInt';
require 't/alias.inc';