[svn:modperl-modules] r294 - in Apache2-DebugFilter/trunk: . lib/Apache2
"[email protected]"@cvs.perl.org Thu, 15 May 2008 13:37:16 -0700 (PDT)
| Newsgroups | perl.modperl.modules.svn |
|---|---|
| Message-ID | <[email protected]> |
Author: [email protected] Date: Thu May 15 13:37:15 2008 New Revision: 294 Modified: Apache2-DebugFilter/trunk/Changes Apache2-DebugFilter/trunk/RELEASE Apache2-DebugFilter/trunk/lib/Apache2/DebugFilter.pm Log: roll on to 1.04-dev Modified: Apache2-DebugFilter/trunk/Changes ============================================================================== --- Apache2-DebugFilter/trunk/Changes (original) +++ Apache2-DebugFilter/trunk/Changes Thu May 15 13:37:15 2008 @@ -1,5 +1,7 @@ Revision history for Perl extension Apache::DebugFilter. +0.04-dev + 0.03 Thu May 15 16:35:29 EST 2008 - http://rt.cpan.org/Public/Bug/Display.html?id=34630 Submitted by: IMACAT <[email protected]> Modified: Apache2-DebugFilter/trunk/RELEASE ============================================================================== --- Apache2-DebugFilter/trunk/RELEASE (original) +++ Apache2-DebugFilter/trunk/RELEASE Thu May 15 13:37:15 2008 @@ -18,11 +18,11 @@ https://svn.perl.org/modperl-modules/Apache2-DebugFilter/tags/rel_0.03 7) find . -type f | egrep -v '.svn|Changes|RELEASE' | \ - xargs perl -pi -e 's,0.03,1.08-dev,g' + xargs perl -pi -e 's,0.03,1.04-dev,g' -8) Add an entry to Changes for 1.08-dev +8) Add an entry to Changes for 1.04-dev -9) svn ci -m "roll on to 1.08-dev" +9) svn ci -m "roll on to 1.04-dev" 10) forward the PAUSE email with MD5 sum and Changes to [email protected]. Modified: Apache2-DebugFilter/trunk/lib/Apache2/DebugFilter.pm ============================================================================== --- Apache2-DebugFilter/trunk/lib/Apache2/DebugFilter.pm (original) +++ Apache2-DebugFilter/trunk/lib/Apache2/DebugFilter.pm Thu May 15 13:37:15 2008 @@ -5,7 +5,7 @@ use strict; use warnings FATAL => 'all'; -$Apache2::DebugFilter::VERSION = '0.03'; +$Apache2::DebugFilter::VERSION = '1.04-dev'; use base qw(Apache2::Filter); use Apache2::FilterRec ();