remove use base Exporter;
no need to call import
This commit is contained in:
@@ -7,7 +7,7 @@ no warnings 'redefine';
|
||||
use FindBin();
|
||||
use Config::General();
|
||||
|
||||
use base 'Exporter';
|
||||
#use base 'Exporter';
|
||||
our @EXPORT_OK = qw(get set);
|
||||
|
||||
my $config = undef;
|
||||
|
||||
Reference in New Issue
Block a user