You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2005/10/04 02:30:09 UTC

svn commit: r293476 - /perl/modperl/trunk/Makefile.PL

Author: stas
Date: Mon Oct  3 17:30:04 2005
New Revision: 293476

URL: http://svn.apache.org/viewcvs?rev=293476&view=rev
Log:
untabify

Modified:
    perl/modperl/trunk/Makefile.PL

Modified: perl/modperl/trunk/Makefile.PL
URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/Makefile.PL?rev=293476&r1=293475&r2=293476&view=diff
==============================================================================
--- perl/modperl/trunk/Makefile.PL (original)
+++ perl/modperl/trunk/Makefile.PL Mon Oct  3 17:30:04 2005
@@ -89,7 +89,7 @@
     },
     dist      => {
         DIST_DEFAULT => 'mydist',
-	COMPRESS     => 'gzip -9f', SUFFIX=>'gz',
+        COMPRESS     => 'gzip -9f', SUFFIX=>'gz',
     },
 );
 
@@ -547,17 +547,17 @@
 
     my $ccflags = $build->perl_config('ccflags');
     for (split /\s+/, $ccflags) {
-	next unless s/^-I//;
-	my $header = "$_/ap_mmn.h";
-	if (-e $header) {
-	    $build->phat_warn(<<EOF);
+        next unless s/^-I//;
+        my $header = "$_/ap_mmn.h";
+        if (-e $header) {
+            $build->phat_warn(<<EOF);
 Apache headers found in unexpected location: ``$_'', suggestions:
    *) Remove via ``rpm -e apache''
    *) Remove by hand
    *) Complain to your os vendor about their poor layout choice
    *) Complain to your sysadmin about their poor layout choice
 EOF
-	}
+        }
     }
 
     $build->lib_check('gdbm');