The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

Yakuake::Sessions::Base - Attributes and methods for Yakuake session management

Synopsis

   package Yakuake::Sessions;

   use Moo;

   extends 'Yakuake::Sessions::Base';

Description

Attributes and methods for Yakuake session management

Configuration and Environment

Defines the following attributes;

config_class

The name of the configuration class

config_dir

Directory containing the configuration files. Defaults to ~/.yakuake_sessions

profile_dir

Directory to store the session profiles in

storage_class

File format used to store session data. Defaults to the config class value; JSON

Subroutines/Methods

None

Diagnostics

None

Dependencies

Class::Usul
File::DataClass
Yakuake::Sessions::Config

Incompatibilities

There are no known incompatibilities in this module

Bugs and Limitations

There are no known bugs in this module. Please report problems to the address below. Patches are welcome

Acknowledgements

Larry Wall - For the Perl programming language

Author

Peter Flanigan, <pjfl@cpan.org>

License and Copyright

Copyright (c) 2014 Peter Flanigan. All rights reserved

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic

This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE