Group
Extension

Matches 1

App-GitHub ( W/WO/WORR/App-GitHub-1.0.1.tar.gz, WORR, 2012; MetaCPAN )
App-GitHub/lib/App/GitHub.pm ( view source; MetaCPAN )
b Command Tools

use Carp;
use Moose;
use Net::GitHub;
use Term::ReadKey;
use Term::ReadLine;
use JSON::XS;
use IPC::Cmd qw/can_run/;

our $VERSION = '1.0.1';

has 'term' => (
    is       => 'rw',
  
c2(@args);

        # o.blob return plain text
        if ( ref $result ) {
            $result = JSON::XS->new->utf8->pretty->encode($result);
        }
        $self->print($result);
    };

    if 

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