]> git.sur5r.net Git - i3/i3/commitdiff
Use only 'import' of 'Exporter'
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 22 Mar 2010 20:50:41 +0000 (21:50 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 19 Aug 2017 16:13:19 +0000 (18:13 +0200)
lib/AnyEvent/I3.pm

index 3a82552db9a8fcb431829214357df5f1ae22af95..bb7c3d9206981a99dc02bd81cae740209db8243c 100644 (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);