Fix POD whitespace problems.

This commit is contained in:
Colin Kuskie 2010-05-06 12:38:00 -07:00
parent 5bf7f42798
commit 1aeb75bce9
4 changed files with 4 additions and 2 deletions

View file

@ -63,6 +63,7 @@ use Archive::Any;
=head1 DIAGNOSTICS
=head1 METHODS
=cut
#----------------------------------------------------------------------------

View file

@ -48,7 +48,7 @@ This is an aspect which makes adding comments to existing assets trivial.
=head1 SYNOPSIS
with 'WebGUI::Role::Asset::Comments';
=head1 METHODS
These methods are available from this class:

View file

@ -74,7 +74,7 @@ Usage:
# Reset the session back
$session->{_request} = $old_session;
=cut
sub get_request

View file

@ -26,6 +26,7 @@ functions _quiet_caller and _try_as_caller are directly copied from Test::Except
hocuspocus is being in that module however, since doing 'eval { uplevel 1, $codeRef }' seems to work too. On my
platform at least =). For the time being, I leave those subs in here so that they may be used. They are commented
out by default, though.
=cut
#----------------------------------------------------------------------------