From 2d318ab9a9dc9dac562c599a44bc796c474a9955 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Sun, 19 Mar 2006 17:33:26 +0000 Subject: [PATCH] a little more clear that stow is not a global variable system --- lib/WebGUI/Session/Stow.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Session/Stow.pm b/lib/WebGUI/Session/Stow.pm index 950f30268..0f0c3c470 100644 --- a/lib/WebGUI/Session/Stow.pm +++ b/lib/WebGUI/Session/Stow.pm @@ -22,7 +22,7 @@ Package WebGUI::Session::Stow =head1 DESCRIPTION -This package allows you to "stow" a scalar or a reference to any other perl structure for the duration of the request. It's sort of like a mini in memory cache that only exists unless $session->close is called. +This package allows you to "stow" a scalar or a reference to any other perl structure for the duration of the request. It's sort of like a mini in memory cache that only exists unless $session->close is called. Note that this is NOT supposed to be used as a global variable system. It's simply an in memory cache. =head1 SYNOPSIS