WebService-Qiita
view release on metacpan or search on metacpan
t/lib/WebService/Qiita/Test.pm view on Meta::CPAN
our @EXPORT = qw(client api_endpoint);
no warnings 'redefine';
sub import {
my ($class, @opts) = @_;
no warnings 'redefine';
no strict 'refs';
strict->import;
warnings->import;
utf8->import;
@_ = ($class, @opts);
goto &Exporter::Lite::import;
}
sub client {
my (%args) = @_;
my $client = WebService::Qiita::Client->new({
( run in 0.491 second using v1.01-cache-2.11-cpan-299005ec8e3 )