note on better use of Exporter

This commit is contained in:
Jed Reynolds
2018-08-08 18:12:39 -07:00
parent 9d07022b75
commit 61cf468f8a

View File

@@ -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'}) {