Group
Extension

Matches 2

Bash-Completion-Plugins-cpanm ( P/PE/PERLER/Bash-Completion-Plugins-cpanm-0.0.2.tar.gz, PERLER, 2011; MetaCPAN )
Bash-Completion-Plugins-cpanm/README.pod ( view source; MetaCPAN )
use base 'Bash::Completion::Plugin';

use HTTP::Request::Common qw(POST);
use LWP::UserAgent;
use JSON;

use Bash::Completion::Utils qw( command_in_path );

sub should_activate {
    my @commands = qw
= $ua->request(
        POST 'http://api.metacpan.org/release/_search',
        Content => encode_json(
            {   size   => 1000,
                fields => ['distribution'],
                sort
al {
        my $json = decode_json( $res->content );
        $req->candidates('') unless ( $json->{hits} );
        my @candidates;
        my $exact_match = 0;
        for ( @{ $json->{hits}->{hits}
Bash-Completion-Plugins-cpanm ( P/PE/PERLER/Bash-Completion-Plugins-cpanm-0.0.2.tar.gz, PERLER, 2011; MetaCPAN )
Bash-Completion-Plugins-cpanm/lib/Bash/Completion/Plugins/cpanm.pm ( view source; MetaCPAN )
use base 'Bash::Completion::Plugin';

use HTTP::Request::Common qw(POST);
use LWP::UserAgent;
use JSON;

use Bash::Completion::Utils qw( command_in_path );

sub should_activate {
    my @commands = qw
= $ua->request(
        POST 'http://api.metacpan.org/release/_search',
        Content => encode_json(
            {   size   => 1000,
                fields => ['distribution'],
                sort
al {
        my $json = decode_json( $res->content );
        $req->candidates('') unless ( $json->{hits} );
        my @candidates;
        my $exact_match = 0;
        for ( @{ $json->{hits}->{hits}

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