summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Math/Decimal/FastPP.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Math/Decimal/FastPP.pm b/lib/Math/Decimal/FastPP.pm
index c00a16a..85fe1d8 100644
--- a/lib/Math/Decimal/FastPP.pm
+++ b/lib/Math/Decimal/FastPP.pm
@@ -70,11 +70,11 @@ the common exponent of the input numbers.
=cut
+package Math::Decimal::FastPP;
+
use strict;
use warnings;
-package Math::Decimal::FastPP;
-
use Exporter qw(import);
our @EXPORT = qw(dadd dmul drhtz drhfz);