From 37b8d15c0f0b365ad525357b05b328ae9466a25b Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 28 Jul 2011 18:53:37 -0700 Subject: [PATCH] Add a little POD to the decimated Session/Id.pm module. --- lib/WebGUI/Session/Id.pm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/WebGUI/Session/Id.pm b/lib/WebGUI/Session/Id.pm index 7cacd8857..4c21710b5 100644 --- a/lib/WebGUI/Session/Id.pm +++ b/lib/WebGUI/Session/Id.pm @@ -24,6 +24,8 @@ Package WebGUI::Session::Id; =head1 DESCRIPTION +This module is deprecated, and will be removed during the WebGUI 8.x series. + This package generates global unique ids, sometimes called GUIDs. A global unique ID is guaranteed to be unique everywhere and at everytime. B There is no such thing as perfectly unique ID's, but the chances of a duplicate ID are so minute that they are effectively unique. @@ -38,6 +40,12 @@ These methods are available from this class: =cut +=head2 new + +Object contructor + +=cut + sub new { my $class = shift; return bless {}, $class;