Skip to content

Commit

Permalink
Add missing dependency on List::Util to Build.PL
Browse files Browse the repository at this point in the history
This closes #560
  • Loading branch information
ssm committed Sep 13, 2015
1 parent 7e245fa commit 06abf3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build.PL
Expand Up @@ -111,6 +111,7 @@ my $build = Module::Build->new(
'HTTP::Server::Simple::CGI' => '0',
'IO::Socket::INET6' => '2.69',
'LWP::UserAgent' => '6.06',
'List::Util' => '0',
'List::MoreUtils' => '0.33',
'Log::Dispatch' => '2.41',
'Net::SNMP' => 'v6.0.1',
Expand Down

0 comments on commit 06abf3b

Please sign in to comment.