Add documentation about the removal of WebGUI::Session::Var and how to handle migration.
This commit is contained in:
parent
b640216437
commit
b830bd8e71
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue