POD fixes and removing debug output

This commit is contained in:
Wouter van Oijen 2006-07-11 09:05:22 +00:00
parent f3346bd008
commit 2d9565775f
53 changed files with 267 additions and 215 deletions

View file

@ -96,7 +96,7 @@ sub canShowDebug {
#-------------------------------------------------------------------
=head2 canShowPerformanceIndicators ()
=head2 canShowPerformanceIndicators ( )
Returns true if the user meets the conditions to see performance indicators and performance indicators are enabled.

View file

@ -48,7 +48,7 @@ These functions are available from this package:
#-------------------------------------------------------------------
=head2 AUTOLOAD ()
=head2 AUTOLOAD ( )
Dynamically creates functions on the fly for all the different form control types.
@ -87,7 +87,7 @@ sub DESTROY {
#-------------------------------------------------------------------
=head2 get ()
=head2 get ( )
An alias for process()
@ -230,7 +230,9 @@ sub process {
#-------------------------------------------------------------------
=head2 session
=head2 session ( )
Returns a reference to the current session.
=cut