From 3de1e05684081ef28fcfd65b2453dc98720261da Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sun, 23 Nov 2003 20:51:10 +0000 Subject: [PATCH] fixing pod problems --- lib/WebGUI/Affiliate.pm | 8 ++++---- lib/WebGUI/CollateralFolder.pm | 5 +++++ lib/WebGUI/Icon.pm | 5 ----- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/WebGUI/Affiliate.pm b/lib/WebGUI/Affiliate.pm index 321b83de0..c88c1f068 100644 --- a/lib/WebGUI/Affiliate.pm +++ b/lib/WebGUI/Affiliate.pm @@ -29,14 +29,14 @@ Tracks where users come from. NOTE: This package is experimental as is not officially supported yet. =head1 SYNOPSIS - + use WebGUI::Affiliate; WebGUI::Affiliate::grabReferral(); - + =head1 FUNCTIONS - + These functions are available from this package: - + =cut diff --git a/lib/WebGUI/CollateralFolder.pm b/lib/WebGUI/CollateralFolder.pm index ff241b62a..ff372450c 100644 --- a/lib/WebGUI/CollateralFolder.pm +++ b/lib/WebGUI/CollateralFolder.pm @@ -33,6 +33,11 @@ Package WebGUI::CollateralFolder This is a management package for the collateral folder system. +=head2 SYNOPSIS + + use WebGUI::CollateralFolder; + $collateralFolder->recursiveDelete; + =head1 METHODS For inherited methods see L. diff --git a/lib/WebGUI/Icon.pm b/lib/WebGUI/Icon.pm index f33cf0704..f68dd3cd8 100644 --- a/lib/WebGUI/Icon.pm +++ b/lib/WebGUI/Icon.pm @@ -434,11 +434,6 @@ sub shortcutIcon { return $output; } -#------------------------------------------------------------------- - -=head2 pasteIcon ( urlParameters [, pageURL ] ) - - #------------------------------------------------------------------- =head2 viewIcon ( urlParameters [, pageURL ] )