From 7ffa4bea31a11ea79f89a27bd7d6897182590701 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 22 Mar 2010 21:50:41 +0100 Subject: [PATCH] Use only 'import' of 'Exporter' --- lib/AnyEvent/I3.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/AnyEvent/I3.pm b/lib/AnyEvent/I3.pm index 3a82552d..bb7c3d92 100644 --- a/lib/AnyEvent/I3.pm +++ b/lib/AnyEvent/I3.pm @@ -52,7 +52,7 @@ the UNIX socket to connect to. =cut -use Exporter; +use Exporter qw(import); use base 'Exporter'; our @EXPORT = qw(i3);