From 1450d1361d774e0ee53522a132c3631b1cbef0ac Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 7 May 2010 18:27:39 -0700 Subject: [PATCH] Fix POD problems --- lib/WebGUI/Asset/Wobject/Survey.pm | 2 +- t/lib/WebGUI/Test/Activity.pm | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/lib/WebGUI/Asset/Wobject/Survey.pm b/lib/WebGUI/Asset/Wobject/Survey.pm index 551eb0aae..3255ac8ee 100644 --- a/lib/WebGUI/Asset/Wobject/Survey.pm +++ b/lib/WebGUI/Asset/Wobject/Survey.pm @@ -1975,7 +1975,7 @@ sub prepareShowSurveyTemplate { Serializes the SurveyJSON instance and persists it to the database. Calling this method is only required if you have directly accessed and modified -the L<"surveyJSON"> object. +the L object. =cut diff --git a/t/lib/WebGUI/Test/Activity.pm b/t/lib/WebGUI/Test/Activity.pm index 5bbe11422..4525e180a 100644 --- a/t/lib/WebGUI/Test/Activity.pm +++ b/t/lib/WebGUI/Test/Activity.pm @@ -3,16 +3,16 @@ package WebGUI::Test::Activity; use WebGUI::Workflow; use WebGUI::Test; -=head Name +=head1 Name package WebGUI::Test::Activity; -=head Description +=head1 Description This package encapsulates the code required to run an activity. -=head Usage +=head1 Usage use WebGUI::Test::Activity; @@ -27,17 +27,21 @@ is( $instance->run, 'complete', 'activity complete' ); is( $instance->run, 'done', 'activity done' ); $instance->delete; -=head methods +=head1 methods =head2 create -=params +=head3 session -session -- the session variable +the session variable -class -- the class for the activity to run +=head3 class -params -- params to set in the workflow +the class for the activity to run + +=head3 params + +params to set in the workflow =cut