]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 995209 - Create a Build.PL script using Module::Build for testing/installing...
authorDavid Lawrence <dkl@mozilla.com>
Fri, 2 May 2014 20:33:58 +0000 (20:33 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Fri, 2 May 2014 20:33:58 +0000 (20:33 +0000)
- Fixed incorrect package name Apache-SizeLimit

Build.PL

index a69f99020412a464a0cc4a00096f55f56b228cfd..024a5602481b71245ca7a4c82ca8b445ee7f67ba 100644 (file)
--- a/Build.PL
+++ b/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);