[svn:modperl-modules] rev 240 - in Apache-DebugFilter/trunk: . lib/Apache2
[email protected]@cvs.perl.org 6 Jul 2005 21:07:18 -0000
| Newsgroups | perl.modperl.modules.svn |
|---|---|
| Message-ID | <[email protected]> |
Author: [email protected] Date: Wed Jul 6 14:07:17 2005 New Revision: 240 Modified: Apache-DebugFilter/trunk/Changes Apache-DebugFilter/trunk/MANIFEST Apache-DebugFilter/trunk/lib/Apache2/DebugFilter.pm Log: bump revision to .02 and away from dev version numbers Modified: Apache-DebugFilter/trunk/Changes ============================================================================== --- Apache-DebugFilter/trunk/Changes (original) +++ Apache-DebugFilter/trunk/Changes Wed Jul 6 14:07:17 2005 @@ -1,6 +1,6 @@ Revision history for Perl extension Apache::DebugFilter. -0.01_03 +0.02 - Account for API rename post mp2 RC5 Philip M. Gollucci <[email protected]> Modified: Apache-DebugFilter/trunk/MANIFEST ============================================================================== --- Apache-DebugFilter/trunk/MANIFEST (original) +++ Apache-DebugFilter/trunk/MANIFEST Wed Jul 6 14:07:17 2005 @@ -8,3 +8,4 @@ t/debugfilter/snoop.t t/response/TestDebugFilter/bb_dump.pm t/response/TestDebugFilter/snoop.pm t/TEST.PL +META.yml Module meta-data (added by MakeMaker) 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:07:17 2005 @@ -5,7 +5,7 @@ use mod_perl2; use strict; use warnings FATAL => 'all'; -$Apache2::DebugFilter::VERSION = '0.01_03'; +$Apache2::DebugFilter::VERSION = '0.02; use base qw(Apache2::Filter); use Apache2::FilterRec ();