]> git.vpit.fr Git - perl/scripts/xchat.git/commitdiff
Xchat::XPI::Events does not need to load Xchat::XPI either
authorVincent Pit <vince@profvince.com>
Sat, 10 Mar 2012 11:42:56 +0000 (12:42 +0100)
committerVincent Pit <vince@profvince.com>
Sat, 10 Mar 2012 11:42:56 +0000 (12:42 +0100)
Xchat/XPI/Events.pm

index 3bb797ffd1930287f46b0c9b696449dc2ce9984b..52fb57c753e657f4691cda2e0a72c731a7932ab5 100644 (file)
@@ -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';