From 8a8f6aea1d4d20b0cc43619dfdb1a78dda26e147 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 27 Mar 2009 00:01:21 +0000 Subject: [PATCH] Pod fixes for Account skeleton. --- lib/WebGUI/Account/_NewModule.skeleton | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/WebGUI/Account/_NewModule.skeleton b/lib/WebGUI/Account/_NewModule.skeleton index 7c665f462..bc3dcddc0 100644 --- a/lib/WebGUI/Account/_NewModule.skeleton +++ b/lib/WebGUI/Account/_NewModule.skeleton @@ -31,7 +31,7 @@ These methods are available from this class: =head2 canView ( ) - Returns whether or not the user can view the the tab for this module +Returns whether or not the user can view the the tab for this module =cut @@ -44,7 +44,7 @@ sub canView { =head2 editSettingsForm ( ) - Creates form elements for user settings page custom to this account module +Creates form elements for user settings page custom to this account module =cut @@ -83,7 +83,7 @@ sub editSettingsForm { =head2 editSettingsFormSave ( ) - Creates form elements for the settings page custom to this account module +Save form elements from the settings. =cut