Add documentation about the removal of WebGUI::Session::Var and how to handle migration.

This commit is contained in:
Colin Kuskie 2010-11-21 17:36:06 -08:00
parent b640216437
commit b830bd8e71

View file

@ -279,3 +279,8 @@ WebGUI::URL
==========================
In WebGUI 8, URL handlers are now done as Plack middleware. See WebGUI::Middleware::Snoop and WebGUI::Middleware::WGAccess
for examples.
WebGUI::Session::Var
==========================
WebGUI::Session::Var was removed, and all of its code merged into WebGUI::Session. Any call that used to be
made to $session->var should now go directly to $session.