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

@ -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
#----------------------------------------------------------------------------