videosite-irssi: Add missing modules
authorRalf Ertzinger <ralf@skytale.net>
Tue, 30 Apr 2013 17:22:09 +0000 (19:22 +0200)
committerRalf Ertzinger <ralf@skytale.net>
Tue, 30 Apr 2013 17:22:09 +0000 (19:22 +0200)
videosite-irssi.pl

index 55d7b20..3ab54ec 100644 (file)
@@ -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.