Commit 0e18b44e authored by David Lawrence's avatar David Lawrence

Bug 995209 - Create a Build.PL script using Module::Build for…

Bug 995209 - Create a Build.PL script using Module::Build for testing/installing/packaging of Bugzilla code - Fixed incorrect package name Apache-SizeLimit
parent fc76ec49
......@@ -33,7 +33,7 @@ sub build_requires {
sub recommends {
my $recommends = OPTIONAL_MODULES();
my @blacklist = ('Apache2-SizeLimit', 'mod_perl'); # Does not compile properly on Travis
my @blacklist = ('Apache-SizeLimit', 'mod_perl'); # Does not compile properly on Travis
my $hrecommends = {};
foreach my $module (@$recommends) {
next if grep($_ eq $module->{package}, @blacklist);
......
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