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