From 1aeb75bce901ac5babf1a988ecbf18ec94a991d4 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 6 May 2010 12:38:00 -0700 Subject: [PATCH] Fix POD whitespace problems. --- lib/WebGUI/Asset/Wobject/GalleryAlbum.pm | 1 + lib/WebGUI/Role/Asset/Comments.pm | 2 +- t/lib/WebGUI/Form_Checking.pm | 2 +- t/lib/WebGUI/TestException.pm | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm b/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm index 132d92206..9251d2efe 100644 --- a/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm +++ b/lib/WebGUI/Asset/Wobject/GalleryAlbum.pm @@ -63,6 +63,7 @@ use Archive::Any; =head1 DIAGNOSTICS =head1 METHODS + =cut #---------------------------------------------------------------------------- diff --git a/lib/WebGUI/Role/Asset/Comments.pm b/lib/WebGUI/Role/Asset/Comments.pm index 0d1493589..43b2a81a8 100644 --- a/lib/WebGUI/Role/Asset/Comments.pm +++ b/lib/WebGUI/Role/Asset/Comments.pm @@ -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: diff --git a/t/lib/WebGUI/Form_Checking.pm b/t/lib/WebGUI/Form_Checking.pm index e490ce390..b8e8b8535 100644 --- a/t/lib/WebGUI/Form_Checking.pm +++ b/t/lib/WebGUI/Form_Checking.pm @@ -74,7 +74,7 @@ Usage: # Reset the session back $session->{_request} = $old_session; - + =cut sub get_request diff --git a/t/lib/WebGUI/TestException.pm b/t/lib/WebGUI/TestException.pm index affc8a99e..03ef43247 100644 --- a/t/lib/WebGUI/TestException.pm +++ b/t/lib/WebGUI/TestException.pm @@ -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 #----------------------------------------------------------------------------