Group
Extension

Matches 1

CLI-Osprey ( A/AR/ARODLAND/CLI-Osprey-0.09.tar.gz, ARODLAND, 2025; MetaCPAN )
CLI-Osprey/lib/CLI/Osprey.pm ( view source; MetaCPAN )
es are JSON options, C<config_from_file> support, C<autosplit>, and C<autorange>.

For JSON support, you can use a coercion on the attribute, turning it from a
string to a ref via C<decode_json>.

To 
 do something
like this in your script file:

    use JSON 'decode_json';
    use Path::Tiny;

    MyApp->new_with_options(
        map decode_json(path($_)->slurp),
        grep -f,
        "$ENV{HOM

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