Group
Extension

Matches 2

App-oo_modulino_zsh_completion_helper ( H/HK/HKOBA/App-oo_modulino_zsh_completion_helper-0.07.tar.gz, HKOBA, 2025; MetaCPAN )
App-oo_modulino_zsh_completion_helper/samples/3-mop4import-declare/Greetings_CLI_JSON.pm ( view source; MetaCPAN )
#!/usr/bin/env perl
package
  Greetings_CLI_JSON;

use MOP4Import::Base::CLI_JSON -as_base
  , [fields =>
     [name => doc => 'Name of someone to be greeted'
      , default => 'world'
    ],
     qw
App-oo_modulino_zsh_completion_helper ( H/HK/HKOBA/App-oo_modulino_zsh_completion_helper-0.07.tar.gz, HKOBA, 2025; MetaCPAN )
App-oo_modulino_zsh_completion_helper/lib/App/oo_modulino_zsh_completion_helper.pm ( view source; MetaCPAN )
n_helper;
use 5.010;
use strict;
use warnings;

our $VERSION = "0.07";

use MOP4Import::Base::CLI_JSON -as_base
  , [fields =>
     [eol => default => "\n"],
     [lib =>
      doc => "library directo
join($self->{eol}, @completion), $self->{eol};
}

sub IGNORE_OPTIONS_FROM {'MOP4Import::Base::CLI_JSON'}

sub zsh_options {
  (my MY $self, my %opts) = @_;

  my ZshParams $opts = \%opts;

  my ($targ

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