Session/Http: bad package name

Session/Var: bad API, getCookie('key') vs getCookies->{'key'}
Session.pm: used object variable vs method.
This commit is contained in:
Colin Kuskie 2006-01-14 06:34:34 +00:00
parent 89f60a8e03
commit 68c3075ccb
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
package WebGUI::Session::HTTP;
package WebGUI::Session::Http;
=head1 LEGAL