Author: stas Date: Sun Jan 2 15:26:31 2005 New Revision: 98 Modified: Apache-DebugFilter/trunk/Changes Apache-DebugFilter/trunk/DebugFilter.pm Log: manpage fix Modified: Apache-DebugFilter/trunk/Changes ============================================================================== --- Apache-DebugFilter/trunk/Changes (original) +++ Apache-DebugFilter/trunk/Changes Sun Jan 2 15:26:31 2005 @@ -2,6 +2,7 @@ 0.01_02 +- fix the manpage's title 0.01_01 - Sun Jan 2 18:15:20 EST 2005 Modified: Apache-DebugFilter/trunk/DebugFilter.pm ============================================================================== --- Apache-DebugFilter/trunk/DebugFilter.pm (original) +++ Apache-DebugFilter/trunk/DebugFilter.pm Sun Jan 2 15:26:31 2005 @@ -89,7 +89,7 @@ =head1 NAME -Apache::DebugFilter - Get/Set/Unset Environment Variables on the C level +Apache::DebugFilter - Debug mod_perl and native Apache2 filters =head1 Synopsis @@ -118,6 +118,10 @@ # dump pretty formatted bb's content to a filehandle of your choice bb_dump($bb, \*STDERR); + + + + =head1 Filter Handlers =head2 C<snoop_connection()> @@ -173,6 +177,9 @@ PerlOutputFilterHandler Apache::DebugFilter::snoop_request </Location> + + + =head1 Functions =head2 C<bb_dump()> @@ -195,12 +202,18 @@ C<bb_dump> will print pretty formatted bb's content to that filehandle. + + =head1 Author Stas Bekman E<lt>stas@stason.orgE<gt> =head1 See Also +http://perl.apache.org/docs/2.0/user/handlers/filters.html#All_in_One_Filter + +http://perl.apache.org/docs/2.0/ + L<perl>. =cut