Name
Yakuake::Sessions::Config - Attribute initialisation from configuration file
Synopsis
use Moo;
extends q(Class::Usul::Programs);
has '+config_class' => default => sub { 'Yakuake::Sessions::Config' };
Description
Attribute initialisation from configuration file. Any attributes defined in the class can be set from the configuration file
Configuration and Environment
Defines the following attributes;
editor
-
Defaults to the environment variable
EDITOR
or if unsetemacs
nap_time
-
Time in seconds to sleep whilst
DBus
settles down storage_class
-
Defaults to
JSON
. Format of the configuration file tab_title
-
Defaults to
Shell
. String used for the default tab title text
Subroutines/Methods
None
Diagnostics
None
Dependencies
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