From 61cf468f8a63dbf037b023a4c099896375b3b2ef Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Wed, 8 Aug 2018 18:12:39 -0700 Subject: [PATCH] note on better use of Exporter --- LANforge/GuiJson.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LANforge/GuiJson.pm b/LANforge/GuiJson.pm index 651b5cbf..e255b3b0 100644 --- a/LANforge/GuiJson.pm +++ b/LANforge/GuiJson.pm @@ -2,7 +2,7 @@ package LANforge::GuiJson; use strict; use warnings; use JSON; -#use base 'Exporter'; +#use Exporter 'import'; use Scalar::Util 'blessed'; if (defined $ENV{'DEBUG'}) {