Group
Extension

Matches 3

Yakuake-Sessions ( P/PJ/PJFL/yakuake-sessions/Yakuake-Sessions-0.15.1.tar.gz, PJFL, 2014; MetaCPAN )
Yakuake-Sessions/lib/Yakuake/Sessions.pm ( view source; MetaCPAN )
d1 Configuration and Environment

Reads configuration from F<~/.yakuakue_sessions/yakuake_session.json> which
might look like;

   {
      "doc_title": "Perl",
      "tab_title": "Oo.!.oO"
   }

See t
m C<storage_class>

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

=back

Modifies these methods in the base class

=over 3

=item C<run>

=back

=head1 Subroutin
Yakuake-Sessions ( P/PJ/PJFL/yakuake-sessions/Yakuake-Sessions-0.15.1.tar.gz, PJFL, 2014; MetaCPAN )
Yakuake-Sessions/lib/Yakuake/Sessions/Config.pm ( view source; MetaCPAN )
t => 0.3;

has 'storage_class' => is => 'lazy', isa => NonEmptySimpleStr,
   default          => 'JSON';

has 'tab_title'     => is => 'lazy', isa => NonEmptySimpleStr,
   default          => 'Shell';
ime>

Time in seconds to sleep whilst C<DBus> settles down

=item C<storage_class>

Defaults to C<JSON>. Format of the configuration file

=item C<tab_title>

Defaults to C<Shell>. String used for the
Yakuake-Sessions ( P/PJ/PJFL/yakuake-sessions/Yakuake-Sessions-0.15.1.tar.gz, PJFL, 2014; MetaCPAN )
Yakuake-Sessions/lib/Yakuake/Sessions/Base.pm ( view source; MetaCPAN )
m C<storage_class>

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

=back

=head1 Subroutines/Methods

None

=head1 Diagnostics

None

=head1 Dependencies

=over 3

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.