geoff 2004/06/28 09:53:34
Modified: perl-framework/Apache-Test Changes RELEASE
perl-framework/Apache-Test/lib/Apache Test.pm
Log:
bump
Revision Changes Path
1.144 +4 -0 httpd-test/perl-framework/Apache-Test/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/Changes,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- Changes 28 Jun 2004 16:46:11 -0000 1.143
+++ Changes 28 Jun 2004 16:53:34 -0000 1.144
@@ -6,6 +6,10 @@
=over 3
+=item 1.13-dev
+
+
+
=item 1.12 - June 28, 2004
Force projects that use Apache::TestReportPerl to implement
1.11 +3 -3 httpd-test/perl-framework/Apache-Test/RELEASE
Index: RELEASE
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/RELEASE,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- RELEASE 21 May 2004 18:29:51 -0000 1.10
+++ RELEASE 28 Jun 2004 16:53:34 -0000 1.11
@@ -47,7 +47,7 @@
5. Announce the package
a. post ... to the modperl, announce lists
- Subject: [ANNOUNCE] Apache-Test 1.12
+ Subject: [ANNOUNCE] Apache-Test 1.13
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.13-dev
+ =item 1.14-dev
c. bump up version numbers in this file to make it easier to do the
next release.
+ perl -pi -e 's/\.14/.15/g' RELEASE
perl -pi -e 's/\.13/.14/g' RELEASE
- perl -pi -e 's/\.12/.13/g' RELEASE
now reload this file and bump up the last number of the first
command.
1.85 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm
Index: Test.pm
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- Test.pm 24 Jun 2004 13:19:24 -0000 1.84
+++ Test.pm 28 Jun 2004 16:53:34 -0000 1.85
@@ -36,7 +36,7 @@
%EXPORT_TAGS = (withtestmore => [EMAIL PROTECTED]);
-$VERSION = '1.12';
+$VERSION = '1.13';
%SubTests = ();
@SkipReasons = ();