Bug 995209 - Create a Build.PL script using Module::Build for testing/installing/packaging of Bugzilla code

- Fixed incorrect package name Apache-SizeLimit
trunk
David Lawrence 2014-05-02 20:16:57 +00:00 committed by Sync
parent 8bb8b134bc
commit 88fdc8a2ea
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
fc76ec4931c9d8e22c3ad4dc9988869a6832d8b1
0e18b44ee2dc59bf5b0816fd2a26a90b81057384

View File

@ -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);