App-GoogleSearchPerlmonksUser
view release on metacpan or search on metacpan
script/google-search-perlmonks-user view on Meta::CPAN
#!perl
# Note: This script is a CLI for Riap function /App/GoogleSearchPerlmonksUser/google_search_perlmonks_user
# and generated automatically using Perinci::CmdLine::Gen version 0.46
our $DATE = '2017-07-08'; # DATE
our $DIST = 'App-GoogleSearchPerlmonksUser'; # DIST
our $VERSION = '0.02'; # VERSION
use 5.010001;
use strict;
use warnings;
use Perinci::CmdLine::Any;
Perinci::CmdLine::Any->new(
url => "/App/GoogleSearchPerlmonksUser/google_search_perlmonks_user",
program_name => "google-search-perlmonks-user",
)->run;
# ABSTRACT: Search Google for user mentions in perlmonks.org
# PODNAME: google-search-perlmonks-user
__END__
=pod
=encoding UTF-8
=head1 NAME
google-search-perlmonks-user - Search Google for user mentions in perlmonks.org
=head1 VERSION
This document describes version 0.02 of google-search-perlmonks-user (from Perl distribution App-GoogleSearchPerlmonksUser), released on 2017-07-08.
=head1 SYNOPSIS
Usage:
% google-search-perlmonks-user [options] <user>
=head1 DESCRIPTION
Basically a shortcut for launching Google search for a user (specifically, user
mentions in discussion threads) in C<perlmonks.org> site, with some unwanted
pages excluded.
=head1 OPTIONS
C<*> marks required options.
=head2 Main options
=over
=item B<--user>=I<s>*
=back
=head2 Configuration options
=over
=item B<--config-path>=I<filename>
Set path to configuration file.
Can be specified multiple times.
=item B<--config-profile>=I<s>
Set configuration profile to use.
=item B<--no-config>
Do not use any configuration file.
=back
=head2 Environment options
=over
=item B<--no-env>
Do not read environment for default options.
=back
=head2 Output options
=over
=item B<--format>=I<s>
Choose output format, e.g. json, text.
Default value:
undef
=item B<--json>
Set output format to json.
( run in 0.690 second using v1.01-cache-2.11-cpan-39bf76dae61 )