You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-commits@perl.apache.org by go...@apache.org on 2005/06/17 22:58:36 UTC

svn commit: r191202 - in /perl/Apache-Test/trunk: Changes RELEASE lib/Apache/Test.pm

Author: gozer
Date: Fri Jun 17 13:58:36 2005
New Revision: 191202

URL: http://svn.apache.org/viewcvs?rev=191202&view=rev
Log:
start 1.26-dev cycle

Modified:
    perl/Apache-Test/trunk/Changes
    perl/Apache-Test/trunk/RELEASE
    perl/Apache-Test/trunk/lib/Apache/Test.pm

Modified: perl/Apache-Test/trunk/Changes
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/Changes?rev=191202&r1=191201&r2=191202&view=diff
==============================================================================
--- perl/Apache-Test/trunk/Changes (original)
+++ perl/Apache-Test/trunk/Changes Fri Jun 17 13:58:36 2005
@@ -6,6 +6,10 @@
 
 =over 3
 
+=item 1.26-dev
+
+
+
 =item 1.25 - June 17, 2005
 
 provide $Apache::TestUtil::DEBUG_OUTPUT as target for t_debug()

Modified: perl/Apache-Test/trunk/RELEASE
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/RELEASE?rev=191202&r1=191201&r2=191202&view=diff
==============================================================================
--- perl/Apache-Test/trunk/RELEASE (original)
+++ perl/Apache-Test/trunk/RELEASE Fri Jun 17 13:58:36 2005
@@ -54,7 +54,7 @@
 5. Announce the package
 
   a. post ... to the modperl, announce lists
-  Subject: [ANNOUNCE] Apache-Test 1.25
+  Subject: [ANNOUNCE] Apache-Test 1.26
      include 
   - MD5 sig (as it comes from CPAN upload announce).
   - the latest Changes
@@ -66,16 +66,16 @@
   b. edit ./Changes:
      - start a new item with incremented version + '-dev'
 
-  =item 1.26-dev
+  =item 1.27-dev
 
   c. bump up version numbers in this file to make it easier to do the
      next release.
 
+   perl -pi -e 's/\.27/.27/g' RELEASE
    perl -pi -e 's/\.26/.27/g' RELEASE
-   perl -pi -e 's/\.25/.26/g' RELEASE
 
      now reload this file and bump up the last number of the first
      command.
 
   d. commit Changes
-     % svn ci -m "start 1.25-dev cycle" Changes RELEASE lib/Apache/Test.pm
+     % svn ci -m "start 1.26-dev cycle" Changes RELEASE lib/Apache/Test.pm

Modified: perl/Apache-Test/trunk/lib/Apache/Test.pm
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/lib/Apache/Test.pm?rev=191202&r1=191201&r2=191202&view=diff
==============================================================================
--- perl/Apache-Test/trunk/lib/Apache/Test.pm (original)
+++ perl/Apache-Test/trunk/lib/Apache/Test.pm Fri Jun 17 13:58:36 2005
@@ -23,7 +23,7 @@
 
 use vars qw(@ISA @EXPORT %EXPORT_TAGS $VERSION %SubTests @SkipReasons);
 
-$VERSION = '1.25';
+$VERSION = '1.26';
 
 my @need = qw(need_lwp need_http11 need_cgi need_access need_auth
               need_module need_apache need_min_apache_version