Use only 'import' of 'Exporter'

next
Michael Stapelberg 2010-03-22 21:50:41 +01:00
parent 98e32d39a5
commit 7ffa4bea31
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ the UNIX socket to connect to.
=cut
use Exporter;
use Exporter qw(import);
use base 'Exporter';
our @EXPORT = qw(i3);