From: Vincent Pit Date: Sat, 10 Mar 2012 11:42:56 +0000 (+0100) Subject: Xchat::XPI::Events does not need to load Xchat::XPI either X-Git-Url: http://git.vpit.fr/?p=perl%2Fscripts%2Fxchat.git;a=commitdiff_plain;h=b99caf8b93311fb2f0bec1fa724008fcd7e551d6 Xchat::XPI::Events does not need to load Xchat::XPI either --- diff --git a/Xchat/XPI/Events.pm b/Xchat/XPI/Events.pm index 3bb797f..52fb57c 100644 --- a/Xchat/XPI/Events.pm +++ b/Xchat/XPI/Events.pm @@ -5,9 +5,6 @@ use warnings; use Xchat qw<:all>; -use lib get_info 'xchatdir'; -use Xchat::XPI; - use constant DEFAULT_DELAY => 1000; our $VERSION = '0.04';