From 89e8775f8f880bd14731e4501d13a3d63fe5fcb5 Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Tue, 30 Apr 2013 19:22:09 +0200 Subject: [PATCH] videosite-irssi: Add missing modules --- videosite-irssi.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/videosite-irssi.pl b/videosite-irssi.pl index 55d7b20..3ab54ec 100644 --- a/videosite-irssi.pl +++ b/videosite-irssi.pl @@ -7,6 +7,8 @@ use Irssi 20020324 qw (command_bind command_runsub signal_add_first signal_add_l use vars qw($VERSION %IRSSI); use File::Spec; use Module::Load; +use XML::Simple; +use JSON -support_by_pp; # # Initialize the config subsystem. Called by the core. -- 1.8.3.1