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 --- (limited to 't/11_dmul.t') 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; -- cgit v0.9.1