From 5db47db82d0c62e0894253664ad98713b85f23c5 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 9 Nov 2014 17:06:47 +0100 Subject: basic JSON API support (icinga Classic UI). Only for -ls and optional -v at the moment --- Build.PL | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Build.PL') diff --git a/Build.PL b/Build.PL index 62105b6..48a27ff 100644 --- a/Build.PL +++ b/Build.PL @@ -43,7 +43,10 @@ my $build = Module::Build->new( 'DateTime::Format::Strptime' => 0, 'DateTime::TimeZone' => 0, 'Getopt::Long' => 0, + 'JSON' => 0, 'List::MoreUtils' => 0, + 'LWP::UserAgent' => 0, + 'Net::Netrc' => 0, 'POSIX' => 0, 'Term::ANSIColor' => 0, 'Term::Size' => 0, -- cgit v1.2.3