From 2515acfdcab5fbf3d3dea76be86292ef8e605748 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 17 Jan 2017 13:59:47 -0500 Subject: lib/Math/Decimal/FastPP.pm: Put strict and warnings pragmas in package --- 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); -- cgit v0.9.1