You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by st...@apache.org on 2004/12/04 16:41:15 UTC

svn commit: r109806 - /httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL

Author: stas
Date: Sat Dec  4 07:41:15 2004
New Revision: 109806

URL: http://svn.apache.org/viewcvs?view=rev&rev=109806
Log:
tidy up

Modified:
   httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL

Modified: httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL
Url: http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL?view=diff&rev=109806&p1=httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL&r1=109805&p2=httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL&r2=109806
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL	(original)
+++ httpd/test/trunk/perl-framework/Apache-Test/Makefile.PL	Sat Dec  4 07:41:15 2004
@@ -64,7 +64,7 @@
     VERSION   => $VERSION,
     PREREQ_PM => \%prereq,
     dist      => {
-        COMPRESS => 'gzip -9f', SUFFIX=>'gz',
+        COMPRESS => 'gzip -9f', SUFFIX => 'gz',
     },
     clean     => {
         FILES => "@clean_files",