diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 69e67340261..ee1dce059e9 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -9019 \ No newline at end of file +9020 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/.gitrev b/mozilla/webtools/bugzilla/.gitrev index 95d3e5f20c6..0267ae15a37 100644 --- a/mozilla/webtools/bugzilla/.gitrev +++ b/mozilla/webtools/bugzilla/.gitrev @@ -1 +1 @@ -fc76ec4931c9d8e22c3ad4dc9988869a6832d8b1 \ No newline at end of file +0e18b44ee2dc59bf5b0816fd2a26a90b81057384 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Build.PL b/mozilla/webtools/bugzilla/Build.PL index a69f9902041..024a5602481 100644 --- a/mozilla/webtools/bugzilla/Build.PL +++ b/mozilla/webtools/bugzilla/Build.PL @@ -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);