From 3437127ed985ad68e716bf36d5f5f1003d0e6c4a Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Tue, 30 Apr 2013 18:34:17 +0200 Subject: [PATCH] videosite-irssi: use Module::Load --- videosite-irssi.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/videosite-irssi.pl b/videosite-irssi.pl index 822d9b5..03dfa0b 100644 --- a/videosite-irssi.pl +++ b/videosite-irssi.pl @@ -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. -- 1.8.3.1