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 2010/08/04 17:11:31 UTC

svn commit: r982292 - /perl/Apache-SizeLimit/trunk/RELEASE

Author: pgollucci
Date: Wed Aug  4 15:11:31 2010
New Revision: 982292

URL: http://svn.apache.org/viewvc?rev=982292&view=rev
Log:
Fix the perl replacement: bump from old devel to new rc version
Condense it down to one line


Modified:
    perl/Apache-SizeLimit/trunk/RELEASE

Modified: perl/Apache-SizeLimit/trunk/RELEASE
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/RELEASE?rev=982292&r1=982291&r2=982292&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/RELEASE (original)
+++ perl/Apache-SizeLimit/trunk/RELEASE Wed Aug  4 15:11:31 2010
@@ -46,9 +46,8 @@ TODO:
    configurations as possible on as many platforms as possible.
 
   a. edit ./Changes:
-     - find lib -type f -name "*.pm" | \
-         xargs perl -pi -e 's,0.91-dev,0.91-rc1,g'
-     - perl -pi -e 's,0.91-dev,0.91-rc1,g' Changes
+     - find lib -type f \( -name "*.pm" -o -name "Changes" \) | \
+         xargs perl -pi -e 's,0.91-dev,0.92-rc1,g'
 
      - don't commit these (see dev@ archives)