more session mods

This commit is contained in:
JT Smith 2006-01-01 06:44:09 +00:00
parent 893b03fc53
commit de50e9b49c
7 changed files with 158 additions and 143 deletions

View file

@ -1,4 +1,4 @@
package WebGUI::ErrorHandler;
package WebGUI::Session::ErrorHandler;
=head1 LEGAL
@ -23,7 +23,7 @@ $Log::Log4perl::caller_depth++;
=head1 NAME
Package WebGUI::ErrorHandler
Package WebGUI::Session::ErrorHandler
=head1 DESCRIPTION
@ -31,7 +31,7 @@ This package provides simple but effective error handling, debugging, and loggi
=head1 SYNOPSIS
use WebGUI::ErrorHandler;
use WebGUI::Session::ErrorHandler;
my $errorHandler = WebGUI::ErrorHandler->new($session);