App-GitHub-create
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/App/GitHub/create.pm view on Meta::CPAN
sub run {
my $self = shift;
my @arguments = @_;
my ( $login, $token, $help );
my ( $name, $homepage, $description, $private, $public, $dry_run );
usage 0 unless @arguments;
{
local @ARGV = @arguments;
GetOptions(
'help|h|?' => \$help,
'login=s' => \$login,
'token=s' => \$token,
'name=s' => \$name,
'description=s' => \$description,
'homepage=s' => \$homepage,
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.562 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )