Name

Yakuake::Sessions::TraitFor::Management - CRUD methods for session profiles

Synopsis

use Moose;

extends 'Yakuake::Sessions::Base';
with    'Yakuake::Sessions::TraitFor::Management';

Version

This documents version v0.5.$Rev: 3 $ of Yakuake::Sessions::TraitFor::Management

Description

Create, retrieve, update, and delete methods for session profiles

Configuration and Environment

Requires these attributes; dump, load, profile_dir, and profile_path

Defines the following attributes;

editor

The editor used to edit profiles. Can be set from the configuration file. Defaults to the environment variable EDITOR or if unset emacs

Subroutines/Methods

create

$exit_code = $self->create;

Creates a new session profile in the profile_dir

delete

$exit_code = $self->delete;

Deletes the specified session profile

edit

$exit_code = $self->edit;

Edit a session profile

list

$exit_code = $self->list;

List the session profiles stored in the profile_dir

show

$exit_code = $self->show;

Display the contents of the specified session profile

Diagnostics

None

Dependencies

Class::Usul
Moose::Role
MooseX::Types::Common

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) 2013 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