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

[email protected]@cvs.perl.org 8 Apr 2005 22:04:59 -0000
Newsgroups perl.modperl.modules.svn
Message-ID <[email protected]>
Author: [email protected]
Date: Fri Apr  8 15:04:59 2005
New Revision: 206

Modified:
   Apache-DebugFilter/trunk/DebugFilter.pm
Log:
bump revision number


Modified: Apache-DebugFilter/trunk/DebugFilter.pm
==============================================================================
--- Apache-DebugFilter/trunk/DebugFilter.pm	(original)
+++ Apache-DebugFilter/trunk/DebugFilter.pm	Fri Apr  8 15:04:59 2005
@@ -5,7 +5,7 @@
 use strict;
 use warnings FATAL => 'all';
 
-$Apache::DebugFilter::VERSION = '0.01_03';
+$Apache::DebugFilter::VERSION = '0.01_04';
 
 use base qw(Apache::Filter);
 use Apache::FilterRec ();