Commit 7a54e4cf authored by Jonathan Martens's avatar Jonathan Martens Committed by Max Kanat-Alexander

Bug 566560: Make checksetup.pl explicitly check that List::MoreUtils

is installed r=mkanat, a=mkanat
parent 401b0d13
......@@ -137,6 +137,11 @@ sub REQUIRED_MODULES {
module => 'URI',
version => 0
},
{
package => 'List-MoreUtils',
module => 'List::MoreUtils',
version => 0
},
);
my $extra_modules = _get_extension_requirements('REQUIRED_MODULES');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment