videosite-irssi: use Module::Load
authorRalf Ertzinger <ralf@skytale.net>
Tue, 30 Apr 2013 16:34:17 +0000 (18:34 +0200)
committerRalf Ertzinger <ralf@skytale.net>
Tue, 30 Apr 2013 16:34:17 +0000 (18:34 +0200)
videosite-irssi.pl

index 822d9b5..03dfa0b 100644 (file)
@@ -6,6 +6,7 @@ use strict;
 use Irssi 20020324 qw (command_bind command_runsub signal_add_first signal_add_last);
 use vars qw($VERSION %IRSSI);
 use File::Spec;
+use Module::Load;
 
 #
 # Initialize the config subsystem. Called by the core.