From d2d50d8f30b561b5f79bdd39cde2f5c500f4bf20 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 1 May 2010 23:24:35 -0700 Subject: [PATCH] POD for Content/Wizard --- lib/WebGUI/Content/Wizard.pm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/lib/WebGUI/Content/Wizard.pm b/lib/WebGUI/Content/Wizard.pm index 5c45aaa6a..78a8bb29b 100644 --- a/lib/WebGUI/Content/Wizard.pm +++ b/lib/WebGUI/Content/Wizard.pm @@ -1,5 +1,31 @@ package WebGUI::Content::Wizard; +=head1 LEGAL + + ------------------------------------------------------------------- + WebGUI is Copyright 2001-2009 Plain Black Corporation. + ------------------------------------------------------------------- + Please read the legal notices (docs/legal.txt) and the license + (docs/license.txt) that came with this distribution before using + this software. + ------------------------------------------------------------------- + http://www.plainblack.com info@plainblack.com + ------------------------------------------------------------------- + +=head1 NAME + +Package WebGUI::Content::Wizard + +=head1 DESCRIPTION + +A content handler for WebGUI::Wizard modules. Dispatches to WebGUI::Wizard after process form variables. + +=head2 handler ( session ) + +The content handler for this package. + +=cut + sub handler { my ( $session ) = @_;