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 ph...@apache.org on 2009/04/12 22:57:04 UTC

svn commit: r764326 - in /perl/Apache-Test/tags/1_30: RELEASE lib/Apache/Test.pm

Author: phred
Date: Sun Apr 12 20:57:04 2009
New Revision: 764326

URL: http://svn.apache.org/viewvc?rev=764326&view=rev
Log:
Bump version to 1.31-dev.

Modified:
    perl/Apache-Test/tags/1_30/RELEASE
    perl/Apache-Test/tags/1_30/lib/Apache/Test.pm

Modified: perl/Apache-Test/tags/1_30/RELEASE
URL: http://svn.apache.org/viewvc/perl/Apache-Test/tags/1_30/RELEASE?rev=764326&r1=764325&r2=764326&view=diff
==============================================================================
--- perl/Apache-Test/tags/1_30/RELEASE (original)
+++ perl/Apache-Test/tags/1_30/RELEASE Sun Apr 12 20:57:04 2009
@@ -30,7 +30,7 @@
    (or maybe longer to give most people a chance to catch up). no need
    to tag this package
 
-   Subject: [RELEASE CANDIDATE] Apache-Test-1.30 RC\d+
+   Subject: [RELEASE CANDIDATE] Apache-Test-1.31 RC\d+
 
   a. if problems are detected during stage 2, repeat stages 1 and 2.
 
@@ -62,7 +62,7 @@
 5. Announce the package
 
   a. post ... to the modperl, announce lists
-  Subject: [ANNOUNCE] Apache-Test 1.30
+  Subject: [ANNOUNCE] Apache-Test 1.31
      include 
   - MD5 sig (as it comes from CPAN upload announce).
   - the latest Changes
@@ -74,7 +74,7 @@
   b. edit ./Changes:
      - start a new item with incremented version + '-dev'
 
-  =item 1.31-dev
+  =item 1.32-dev
 
   c. bump up version numbers in this file to make it easier to do the
      next release.

Modified: perl/Apache-Test/tags/1_30/lib/Apache/Test.pm
URL: http://svn.apache.org/viewvc/perl/Apache-Test/tags/1_30/lib/Apache/Test.pm?rev=764326&r1=764325&r2=764326&view=diff
==============================================================================
--- perl/Apache-Test/tags/1_30/lib/Apache/Test.pm (original)
+++ perl/Apache-Test/tags/1_30/lib/Apache/Test.pm Sun Apr 12 20:57:04 2009
@@ -36,7 +36,7 @@
 
 use vars qw(@ISA @EXPORT %EXPORT_TAGS $VERSION %SubTests @SkipReasons);
 
-$VERSION = '1.30';
+$VERSION = '1.31-dev';
 
 my @need = qw(need_lwp need_http11 need_cgi need_access need_auth
               need_module need_apache need_min_apache_version