App-gh

 view release on metacpan or  search on metacpan

lib/App/gh/Command/Pullreq/Send.pm  view on Meta::CPAN

        say "\nWindows users please run:\n";
        say "\t\t set EDITOR=notepad.txt";
        say "";
        die;
    }

    my $remote_branch = shift ||'master';
    my $base          = shift;
    my ($user,$repo,$uri_type);
    if( $base ) {
        ($user,$repo) = split m{[/:]},$base;

    } else {
        my $remote = $self->get_remote();
        die "Remote not found\n." unless $remote;
        ($user, $repo, $uri_type ) = parse_uri( $remote->{url} );
    }



    my $gh_id = App::gh->config->github_id;



( run in 0.843 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )