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 pg...@apache.org on 2005/08/24 20:27:44 UTC

svn commit: r239728 - /perl/modperl/trunk/Changes

Author: pgollucci
Date: Wed Aug 24 11:27:42 2005
New Revision: 239728

URL: http://svn.apache.org/viewcvs?rev=239728&view=rev
Log:
note the new -Wdeclaration-after-statement 

Modified:
    perl/modperl/trunk/Changes

Modified: perl/modperl/trunk/Changes
URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/Changes?rev=239728&r1=239727&r2=239728&view=diff
==============================================================================
--- perl/modperl/trunk/Changes (original)
+++ perl/modperl/trunk/Changes Wed Aug 24 11:27:42 2005
@@ -12,11 +12,16 @@
 
 =item 2.0.2-dev
 
+When running Makefile.PL with the MP_MAINTAINER=1 option
+add -Wdeclaration-after-statement if we are using gcc
+version 3.3.2 or higher and its not already part of the ccopts.
+[Philip M. Gollucci, Gozer]
+
 Several fixes to Apache2::Status
-[pgollucci]
+[Philip M. Gollucci]
 
 When using Apache2::Reload and ReloadDebug is set to 'On', 
-sort the output alphabetically [pgollucci]
+sort the output alphabetically [Philip M. Gollucci]
 
 croak in case a filter returns DECLINED after calling $f->read (as it
 is not supposed to happen) [Stas]