logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Data::Session::Base - A persistent session manager

Author

       Data::Session was written by Ron Savage <ron@savage.net.au> in 2010.

       Home page: <http://savage.net.au/index.html>.

Description

       Provide a set of methods for all derived classes, including log().

Method: Log($S)

       Print the string to STDERR.

       If $s is empty, use '' (the empty string), to avoid a warning message.

       Lastly, the string is output preceded by a '#', so it does not interfere with test output.  That is,
       log($s) emulates diag $s.

Method: New()

       This class is never used on its own.

Name

       Data::Session::Base - A persistent session manager

Support

       Log a bug on RT: <https://rt.cpan.org/Public/Dist/Display.html?Name=Data-Session>.

Synopsis

       See Data::Session for details.

See Also