From b830bd8e71ef42b7bd6444fc70c2a4ef71eb8798 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 21 Nov 2010 17:36:06 -0800 Subject: [PATCH] Add documentation about the removal of WebGUI::Session::Var and how to handle migration. --- docs/migration.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/migration.txt b/docs/migration.txt index 006fac569..3a56c6002 100644 --- a/docs/migration.txt +++ b/docs/migration.txt @@ -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.