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 ge...@apache.org on 2005/03/23 18:54:28 UTC

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

Author: geoff
Date: Wed Mar 23 09:54:26 2005
New Revision: 158813

URL: http://svn.apache.org/viewcvs?view=rev&rev=158813
Log:
prepare next 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?view=diff&r1=158812&r2=158813
==============================================================================
--- perl/Apache-Test/trunk/Changes (original)
+++ perl/Apache-Test/trunk/Changes Wed Mar 23 09:54:26 2005
@@ -6,6 +6,9 @@
 
 =over 3
 
+=item 1.22-dev
+
+
 =item 1.21 - March 23, 2005
 
 fix Apache::TestConfig (was missing 'use lib' before using

Modified: perl/Apache-Test/trunk/RELEASE
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/RELEASE?view=diff&r1=158812&r2=158813
==============================================================================
--- perl/Apache-Test/trunk/RELEASE (original)
+++ perl/Apache-Test/trunk/RELEASE Wed Mar 23 09:54:26 2005
@@ -47,7 +47,7 @@
 5. Announce the package
 
   a. post ... to the modperl, announce lists
-  Subject: [ANNOUNCE] Apache-Test 1.21
+  Subject: [ANNOUNCE] Apache-Test 1.22
      include 
   - MD5 sig (as it comes from CPAN upload announce).
   - the latest Changes
@@ -59,13 +59,13 @@
   b. edit ./Changes:
      - start a new item with incremented version + '-dev'
 
-  =item 1.22-dev
+  =item 1.23-dev
 
   c. bump up version numbers in this file to make it easier to do the
      next release.
 
+   perl -pi -e 's/\.23/.23/g' RELEASE
    perl -pi -e 's/\.22/.23/g' RELEASE
-   perl -pi -e 's/\.21/.22/g' RELEASE
 
      now reload this file and bump up the last number of the first
      command.

Modified: perl/Apache-Test/trunk/lib/Apache/Test.pm
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/lib/Apache/Test.pm?view=diff&r1=158812&r2=158813
==============================================================================
--- perl/Apache-Test/trunk/lib/Apache/Test.pm (original)
+++ perl/Apache-Test/trunk/lib/Apache/Test.pm Wed Mar 23 09:54:26 2005
@@ -23,7 +23,7 @@
 
 use vars qw(@ISA @EXPORT %EXPORT_TAGS $VERSION %SubTests @SkipReasons);
 
-$VERSION = '1.21';
+$VERSION = '1.22';
 
 my @need = qw(need_lwp need_http11 need_cgi need_access need_auth
               need_module need_apache need_min_apache_version