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

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

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

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


Modified: Apache-DebugFilter/trunk/Changes
==============================================================================
--- Apache-DebugFilter/trunk/Changes	(original)
+++ Apache-DebugFilter/trunk/Changes	Sun Jan  2 15:27:42 2005
@@ -1,9 +1,16 @@
 Revision history for Perl extension Apache::DebugFilter.
 
-0.01_02
+0.01_03
+
+
+
+
+0.01_02 - Sun Jan  2 18:27:17 EST 2005
 
 - fix the manpage's title
 
+
+
 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:27:42 2005
@@ -5,7 +5,7 @@
 use strict;
 use warnings FATAL => 'all';
 
-$Apache::DebugFilter::VERSION = '0.01_02';
+$Apache::DebugFilter::VERSION = '0.01_03';
 
 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