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

- Fixed incorrect package name Apache-SizeLimit


git-svn-id: svn://10.0.0.236/trunk@265384 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2014-05-02 20:30:44 +00:00
parent c3f06f5752
commit 3f7ab81853
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
9019
9020

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