From: Michael Stapelberg Date: Mon, 22 Mar 2010 20:50:41 +0000 (+0100) Subject: Use only 'import' of 'Exporter' X-Git-Tag: AnyEvent-0.02~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=38983a41bdc0aed0758be391b03d99d8ea4de883;p=i3%2Fi3 Use only 'import' of 'Exporter' --- 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);