Use only 'import' of 'Exporter'
This commit is contained in:
@ -52,7 +52,7 @@ the UNIX socket to connect to.
|
||||
|
||||
=cut
|
||||
|
||||
use Exporter;
|
||||
use Exporter qw(import);
|
||||
use base 'Exporter';
|
||||
|
||||
our @EXPORT = qw(i3);
|
||||
|
Reference in New Issue
Block a user