From 27c2c8c9271e20ec04d333ecd4a1c82e7658f570 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 17 Jan 2017 14:31:00 -0500 Subject: t/*.t: Import functions --- diff --git a/t/10_dadd.t b/t/10_dadd.t index 51d27f4..23cc3e1 100644 --- a/t/10_dadd.t +++ b/t/10_dadd.t @@ -19,7 +19,7 @@ use strict; use warnings; use Test::More; -use Math::Decimal::FastPP; +use Math::Decimal::FastPP qw(dadd dmul drhtz drhfz); my @tests; my $a; diff --git a/t/11_dmul.t b/t/11_dmul.t index 3a5e232..c5fd165 100644 --- a/t/11_dmul.t +++ b/t/11_dmul.t @@ -19,7 +19,7 @@ use strict; use warnings; use Test::More; -use Math::Decimal::FastPP; +use Math::Decimal::FastPP qw(dadd dmul drhtz drhfz); my @tests; my $a; diff --git a/t/12_dmul-dadd.t b/t/12_dmul-dadd.t index b81afd4..d69e7dd 100644 --- a/t/12_dmul-dadd.t +++ b/t/12_dmul-dadd.t @@ -19,7 +19,7 @@ use strict; use warnings; use Test::More; -use Math::Decimal::FastPP; +use Math::Decimal::FastPP qw(dadd dmul drhtz drhfz); plan("tests" => 2); diff --git a/t/13_drhtz-drhfz.t b/t/13_drhtz-drhfz.t index 284f97e..2d47bbc 100644 --- a/t/13_drhtz-drhfz.t +++ b/t/13_drhtz-drhfz.t @@ -20,7 +20,7 @@ use warnings; use Test::More; use B qw(svref_2object); -use Math::Decimal::FastPP; +use Math::Decimal::FastPP qw(dadd dmul drhtz drhfz); my @std_tests; my @tie_tests; diff --git a/t/20_nj-st-75-2017.t b/t/20_nj-st-75-2017.t index f72928e..4569321 100644 --- a/t/20_nj-st-75-2017.t +++ b/t/20_nj-st-75-2017.t @@ -20,7 +20,7 @@ use warnings; use Test::More; use B qw(svref_2object); -use Math::Decimal::FastPP; +use Math::Decimal::FastPP qw(dadd dmul drhtz drhfz); my @st75; my $from; -- cgit v0.9.1