summaryrefslogtreecommitdiffstats
path: root/t/11_dmul.t
diff options
context:
space:
mode:
Diffstat (limited to 't/11_dmul.t')
-rw-r--r--t/11_dmul.t2
1 files changed, 1 insertions, 1 deletions
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;