develooper Front page | perl.cvs.modperl.modules | Postings from January 2005

[svn:modperl-modules] rev 97 - Apache-DebugFilter/trunk

From:
stas
Date:
January 2, 2005 15:19
Subject:
[svn:modperl-modules] rev 97 - Apache-DebugFilter/trunk
Message ID:
20050102231926.30833.qmail@x1.develooper.com
Author: stas
Date: Sun Jan  2 15:19:26 2005
New Revision: 97

Modified:
   Apache-DebugFilter/trunk/Changes
   Apache-DebugFilter/trunk/DebugFilter.pm
Log:
start new cycle


Modified: Apache-DebugFilter/trunk/Changes
==============================================================================
--- Apache-DebugFilter/trunk/Changes	(original)
+++ Apache-DebugFilter/trunk/Changes	Sun Jan  2 15:19:26 2005
@@ -1,6 +1,9 @@
 Revision history for Perl extension Apache::DebugFilter.
 
-0.01 - Sun Jan  2 18:15:20 EST 2005
+0.01_02
+
+
+0.01_01 - Sun Jan  2 18:15:20 EST 2005
 
 - bring the module and tests up-to-date with mp-1.99_15
 

Modified: Apache-DebugFilter/trunk/DebugFilter.pm
==============================================================================
--- Apache-DebugFilter/trunk/DebugFilter.pm	(original)
+++ Apache-DebugFilter/trunk/DebugFilter.pm	Sun Jan  2 15:19:26 2005
@@ -5,7 +5,7 @@
 use strict;
 use warnings FATAL => 'all';
 
-$Apache::DebugFilter::VERSION = '0.01_01';
+$Apache::DebugFilter::VERSION = '0.01_02';
 
 use base qw(Apache::Filter);
 use Apache::FilterRec ();



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About