summaryrefslogtreecommitdiff
path: root/cpan/Math-BigRat/t/bigroot.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Math-BigRat/t/bigroot.t')
-rw-r--r--cpan/Math-BigRat/t/bigroot.t4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpan/Math-BigRat/t/bigroot.t b/cpan/Math-BigRat/t/bigroot.t
index 24599482e1..8a895598e9 100644
--- a/cpan/Math-BigRat/t/bigroot.t
+++ b/cpan/Math-BigRat/t/bigroot.t
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
# Test broot function (and bsqrt() function, since it is used by broot()).
@@ -9,6 +9,8 @@
# it at all.
use strict;
+use warnings;
+
use Test::More tests => 8 * 2;
use Math::BigFloat;