Group
Extension

Matches 1

App-PS1 ( I/IV/IVANWILLS/App-PS1-0.08.tar.gz, IVANWILLS, 2021; MetaCPAN )
App-PS1/lib/App/PS1.pm ( view source; MetaCPAN )
options_txt, $name) = @_;

    return {} if !$options_txt;

    require JSON::XS;

    my $options = eval { JSON::XS::decode_json($options_txt) };
    my $error   = $@;

    if ($error && $self->verbo
olour ($name)>

Get the theme colour for C<$name>

=head3 C<parse_options ($options)>

Parses the JSON $options txt.

=head1 DIAGNOSTICS

=head1 CONFIGURATION AND ENVIRONMENT

Lots of environment vari

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