[svn:modperl-modules] rev 241 - Apache-DebugFilter/trunk/lib/Apache2

[email protected]@cvs.perl.org 6 Jul 2005 21:08:03 -0000
Newsgroups perl.modperl.modules.svn
Message-ID <[email protected]>
Author: [email protected]
Date: Wed Jul  6 14:08:02 2005
New Revision: 241

Modified:
   Apache-DebugFilter/trunk/lib/Apache2/DebugFilter.pm
Log:
add missing '


Modified: Apache-DebugFilter/trunk/lib/Apache2/DebugFilter.pm
==============================================================================
--- Apache-DebugFilter/trunk/lib/Apache2/DebugFilter.pm	(original)
+++ Apache-DebugFilter/trunk/lib/Apache2/DebugFilter.pm	Wed Jul  6 14:08:02 2005
@@ -5,7 +5,7 @@ use mod_perl2;
 use strict;
 use warnings FATAL => 'all';
 
-$Apache2::DebugFilter::VERSION = '0.02;
+$Apache2::DebugFilter::VERSION = '0.02';
 
 use base qw(Apache2::Filter);
 use Apache2::FilterRec ();