Author: phred
Date: Mon Jul 13 20:01:03 2009
New Revision: 793690
URL: http://svn.apache.org/viewvc?rev=793690&view=rev
Log:
Fix off by one order of magnitude error, thanks to Adam Prime for the spot
Modified:
perl/Apache-Bootstrap/trunk/Changes
perl/Apache-Bootstrap/trunk/RELEASE
Modified: perl/Apache-Bootstrap/trunk/Changes
URL:
http://svn.apache.org/viewvc/perl/Apache-Bootstrap/trunk/Changes?rev=793690&r1=793689&r2=793690&view=diff
==============================================================================
--- perl/Apache-Bootstrap/trunk/Changes (original)
+++ perl/Apache-Bootstrap/trunk/Changes Mon Jul 13 20:01:03 2009
@@ -1,5 +1,7 @@
Revision history for Apache-Bootstrap
+0.08-dev
+
0.07 Mon Jul 13 12:09:00 PST 2009
- fix syntax error in params validation in new (mp2 param unchecked)
- warn instead of dying in new if a module is not present, and then
Modified: perl/Apache-Bootstrap/trunk/RELEASE
URL:
http://svn.apache.org/viewvc/perl/Apache-Bootstrap/trunk/RELEASE?rev=793690&r1=793689&r2=793690&view=diff
==============================================================================
--- perl/Apache-Bootstrap/trunk/RELEASE (original)
+++ perl/Apache-Bootstrap/trunk/RELEASE Mon Jul 13 20:01:03 2009
@@ -41,8 +41,8 @@
a. edit ./Changes:
- find lib -type f -name "*.pm" | \
- xargs perl -pi -e 's,0.8-dev,0.8-rc1,g'
- - perl -pi -e 's,0.8-dev,0.8-rc1,g' Changes
+ xargs perl -pi -e 's,0.08-dev,0.08-rc1,g'
+ - perl -pi -e 's,0.08-dev,0.08-rc1,g' Changes
- don't commit these (see dev@ archives)
@@ -61,7 +61,7 @@
o dev/perl.apache.org
o modperl/perl.apache.org
- Subject: [RELEASE CANDIDATE] Apache-Bootstrap 0.8 RC\d+
+ Subject: [RELEASE CANDIDATE] Apache-Bootstrap 0.08 RC\d+
(or maybe longer to give most people a chance to catch up). no need
to tag this package
@@ -96,7 +96,7 @@
5. Announce the package
a. post ... to the modperl, announce lists
- Subject: [ANNOUNCE] Apache-Bootstrap 0.8
+ Subject: [ANNOUNCE] Apache-Bootstrap 0.08
include
- MD5 sig (as it comes from CPAN upload announce).
- the latest Changes
@@ -116,5 +116,5 @@
$ perl -pi -e 's/(\d+)\.(\d+)/join(".", $1, $2+1)/eg' RELEASE
d. commit Changes
- % svn ci -m "start 0.9-dev cycle" Changes RELEASE \
+ % svn ci -m "start 0.09-dev cycle" Changes RELEASE \
lib/Apache/Bootstrap.pm