From 3f7ab818531d1576149dabee4d0bb9574a4bb520 Mon Sep 17 00:00:00 2001 From: "bzrmirror%bugzilla.org" Date: Fri, 2 May 2014 20:30:44 +0000 Subject: [PATCH] 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 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/.gitrev | 2 +- mozilla/webtools/bugzilla/Build.PL | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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);