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;