view release on metacpan or search on metacpan
lib/App/ZofCMS/Plugin/ImageGallery.pm view on Meta::CPAN
=head2 list (when both C<allow_edit> and C<has_view> is set to true values)
<ul class="plug_image_gallery_list">
<li>
<a href="/index.pl?page=photos&dir=/admin/&plug_image_gallery_photo_id=037142535745273312292651650508033404216754"><img src="/photos/thumbs/0029243203419358812292651650444418525180907.jpg" width="191" height="200" alt=""></a>
<form action="" method="POST">
<div>
<input type="hidden" name="plug_image_gallery_id" value="037142535745273312292651650508033404216754">
<input type="hidden" name="page" value="photos">
<input type="hidden" name="dir" value="/admin/">
<input type="submit" name="plug_image_gallery_action" value="Edit">
<input type="submit" name="plug_image_gallery_action" value="Delete">
</div>
view all matches for this distribution
view release on metacpan or search on metacpan
case 131:
#line 402 "a2p.y"
{ yyval = oper1(OREDIR,string(">",1)); }
break;
case 132:
#line 404 "a2p.y"
{ yyval = oper1(OREDIR,string(">>",2)); }
break;
case 133:
#line 406 "a2p.y"
{ yyval = oper1(OREDIR,string("|",1)); }
view all matches for this distribution
view release on metacpan or search on metacpan
t/file1.txt view on Meta::CPAN
Ut nec diam ac dui fringilla iaculis. Suspendisse ut arcu lorem. Cras suscipit commodo tincidunt. Proin neque augue, sollicitudin sit amet elementum id, dapibus ac metus. Praesent sit amet tellus ac nunc dignissim congue. Morbi lacinia placerat portt...
Nam in vestibulum justo. Pellentesque lobortis lectus ut odio tristique quis consectetur arcu volutpat. Aliquam ante sem, tempus nec convallis at, viverra ac justo. Maecenas sollicitudin aliquam placerat. In viverra molestie ante ut lacinia. Sed impe...
Generated 5 paragraphs, 598 words, 4049 bytes of Lorem Ipsum
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/calx.pm view on Meta::CPAN
my $dow = $dt->day_of_week;
$dt->subtract(days => $dow-1);
for my $i (1..$dow-1) {
push @lines, "" if $i == 1;
if ($args{show_prev_month_days} // 1) {
$lines[-1] .= sprintf("%s%2d \e[0m", ansifg("404040"), $dt->day);
} else {
$lines[-1] .= " ";
}
$dt->add(days => 1);
}
lib/App/calx.pm view on Meta::CPAN
$dt->add(days => 1);
}
if ($args{show_next_month_days} // 1) {
$dow = $dt->day_of_week - 1; $dow = 7 if $dow == 0;
for my $i ($dow+1..7) {
$lines[-1] .= sprintf("%s%2d \e[0m", ansifg("404040"), $dt->day);
$dt->add(days => 1);
}
}
return [\@lines, $hol];
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/cat/v.pm view on Meta::CPAN
nul => [ 'm', "\x00", { s => "\x{2400}", # â SYMBOL FOR NULL
m => "\x{2205}", } ], # â
EMPTY SET
soh => [ 's', "\x01", { s => "\x{2401}", } ], # â SYMBOL FOR START OF HEADING
stx => [ 's', "\x02", { s => "\x{2402}", } ], # â SYMBOL FOR START OF TEXT
etx => [ 's', "\x03", { s => "\x{2403}", } ], # â SYMBOL FOR END OF TEXT
eot => [ 's', "\x04", { s => "\x{2404}", } ], # â SYMBOL FOR END OF TRANSMISSION
enq => [ 's', "\x05", { s => "\x{2405}", } ], # â
SYMBOL FOR ENQUIRY
ack => [ 's', "\x06", { s => "\x{2406}", } ], # â SYMBOL FOR ACKNOWLEDGE
bel => [ 's', "\x07", { s => "\x{2407}", # â SYMBOL FOR BELL
m => "\x{237E}", } ], # â¾ BELL SYMBOL
bs => [ 's', "\x08", { s => "\x{2408}", } ], # â SYMBOL FOR BACKSPACE
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/cdnget/Worker.pm view on Meta::CPAN
}
$empty = 0;
}
if ($empty)
{
if (not $out->print("Status: 404\r\n"))
{
not $! or $!{EPIPE} or $!{ECONNRESET} or $!{EPROTOTYPE} or $self->throw($!);
return;
}
}
view all matches for this distribution
view release on metacpan or search on metacpan
],
'JSX' => [
[ 'call_regexp_common' , 'C++' ],
],
'JCL' => [ [ 'remove_jcl_comments' , ], ],
'JSON' => [ # ECMA-404, the JSON standard definition
# makes no provision for JSON comments
# so just use a placeholder filter
[ 'remove_matches' , '^\s*$' ],
],
'Julia' => [
view all matches for this distribution
view release on metacpan or search on metacpan
changeset: 1342:01ea382d6fc7
date: Tue Jul 10 2018 +0900
summary: colorplus å颿°ã«ã¤ãã¦ã夿°ãæç¤ºãã¦æ¸¡ããªãããã«ããããªãã¡ã¯ã¿ã§ããã
changeset: 1341:de5ed040451e
date: Tue Jul 10 2018 +0900
summary: colorplus -^ãé¤å»ãããã«ä¼´ã LineHEad颿°ãé¤å»
changeset: 1340:6864a53bbbd5
date: Tue Jul 10 2018 +0900
view all matches for this distribution
view release on metacpan or search on metacpan
script/cpanchanges view on Meta::CPAN
);
my $response = $ua->get($url);
if (!$response->is_success) {
warn "Request '$url' failed: ", $response->status_line, "\n"
unless $response->code == 404;
return;
}
my $result = eval { decode_json($response->decoded_content) };
if ($@ or not $result) {
view all matches for this distribution
view release on metacpan or search on metacpan
t/lib/Test2/Plugin/HTTPTinyFile.pm view on Meta::CPAN
$result->{reason} = 'Forbidden';
}
else
{
$result->{success} = 0;
$result->{status} = 404;
$result->{reason} = 'Not Found';
}
}
elsif($method eq 'POST')
{
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/build.fresh.log view on Meta::CPAN
Checking if you have File::Temp 0 ... Yes (0.2304)
Building and testing Test-Reporter-1.62
Manifying 4 pod documents
PERL_DL_NONLAZY=1 "/Volumes/amaretto/Users/ether/perl5/perlbrew/perls/21.11/bin/perl5.21.11" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/3-file-transport.t ... ok
t/rt-89404.t ........... ok
t/6-write-read-crlf.t .. ok
#
# Versions for all modules listed in MYMETA.json (including optional ones):
#
# === Configure Requires ===
view all matches for this distribution
view release on metacpan or search on metacpan
SHA1 fdb0f9b59d67247e6b9cf0ab853dfd253da0d4c0 Makefile.PL
SHA1 ed4a92a4825287ed394efcea4840e195518ad7b6 README
SHA1 6a255c4aff7a23241c562d9723213709bb5ceb19 bin/cpan-tested
SHA1 3dfaec53d5551e0cc6da97178739185b34e073d8 dist.ini
SHA1 d1031b7471673ed040d3df6902ce630860634199 lib/App/cpantested.pm
SHA1 41b7251366b2eeb10817591a705c1b7150308404 perlcritic.rc
SHA1 de0dd62234ae5244f0716c4a991e89fb08c154e6 t/00-compile.t
SHA1 e1c538a1a34bd08da19421f20a37d0dfea62f179 t/00-load.t
SHA1 b7485c992cf12f72c51a5fcfbe06900b5dd4500a t/10-selfcheck.t
SHA1 fa45d6e6ab1cd421349dea4ef527bfd5cdc8a09e t/author-critic.t
SHA1 56d2c8fb50d9fce8c27e943a13449c921e571a85 t/author-test-eol.t
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/cpm/Resolver/MetaCPAN.pm view on Meta::CPAN
my $query = join "&", map { "$_=" . encode($query{$_}) } sort keys %query;
my $uri = "$self->{uri}$task->{package}" . ($query ? "?$query" : "");
my $res;
for (1..2) {
$res = $ctx->{http}->get($uri);
last if $res->{success} or $res->{status} == 404;
}
if (!$res->{success}) {
my $error = "$res->{status} $res->{reason}, $uri";
$error .= ", $res->{content}" if $res->{status} == 599;
return { error => $error };
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/cryp/arbit.pm view on Meta::CPAN
CHECK_BUY_ORDER: {
last if $op->{buy_status} =~ /\A(done|cancelled)\z/;
my $client = _get_exchange_client($r, $op->{buy_exchange}, $op->{buy_account});
my $res = $client->get_order(pair=>$op->{buy_pair}, type=>'buy', order_id=>$op->{buy_order_id});
if ($res->[0] == 404) {
# assume 404 as order which was never filled and got cancelled.
# some exchanges, e.g. coinbase-pro returns 404 for such orders
$code_update_buy_status->($op->{id}, 'cancelled', 'not found via get_order(), assume cancelled without being filled');
last;
} elsif ($res->[0] != 200) {
log_error "Couldn't get buy order %s (pair %s): %s",
$op->{buy_order_id}, $op->{buy_pair}, $res;
lib/App/cryp/arbit.pm view on Meta::CPAN
CHECK_SELL_ORDER: {
last if $op->{sell_status} =~ /\A(done|cancelled)\z/;
my $client = _get_exchange_client($r, $op->{sell_exchange}, $op->{sell_account});
my $res = $client->get_order(pair=>$op->{sell_pair}, type=>'sell', order_id=>$op->{sell_order_id});
if ($res->[0] == 404) {
# assume 404 as order which was never filled and got cancelled.
# some exchanges, e.g. coinbase-pro returns 404 for such orders
$code_update_sell_status->($op->{id}, 'cancelled', 'not found via get_order(), assume cancelled without being filled');
last;
} elsif ($res->[0] != 200) {
log_error "Couldn't get sell order %s (pair %s): %s",
$op->{sell_order_id}, $op->{sell_pair}, $res;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/cryp/Role/Exchange.pm view on Meta::CPAN
or other metadata.
Some examples of enveloped result:
[200, "OK", ["BTC/USD", "ETH/BTC"]]
[404, "Not found"]
For more details about enveloped result, see L<Rinci::function>.
=head1 PROVIDED METHODS
view all matches for this distribution
view release on metacpan or search on metacpan
t/files/long_lines.log view on Meta::CPAN
[Tue Jun 28 09:08:57.255090 2016] [proxy_fcgi:error] [pid 11233:tid 140496491996928] (70007)The timeout specified has expired: [client 192.168.100.200:47628] AH01075: Error dispatching request to : (reading input brigade), referer: https://xxx.xxxxxx...
[Tue Jun 28 09:17:08.173710 2016] [proxy_fcgi:error] [pid 11233:tid 140496567531264] (70007)The timeout specified has expired: [client 192.168.100.200:49726] AH01075: Error dispatching request to : (reading input brigade), referer: https://xxx.xxxxxx...
[Tue Jun 28 09:53:42.868240 2016] [proxy_fcgi:error] [pid 11233:tid 140496559138560] [client 192.168.100.200:49287] AH01068: Got bogus version 32, referer: https://xxx.xxxxxxxxxx.xx/xxx/xxxxxx/
[Tue Jun 28 09:53:42.869977 2016] [proxy_fcgi:error] [pid 11233:tid 140496559138560] (22)Invalid argument: [client 192.168.100.200:49287] AH01075: Error dispatching request to : (passing brigade to output filters), referer: https://xxx.xxxxxxxxxx.xx/...
[Tue Jun 28 09:53:58.290307 2016] [proxy_fcgi:error] [pid 11235:tid 140496567531264] [client 192.168.100.200:49291] AH01068: Got bogus version 32, referer: https://xxx.xxxxxxxxxx.xx/xxx/xxxxxx/
[Tue Jun 28 09:53:58.290392 2016] [proxy_fcgi:error] [pid 11235:tid 140496567531264] (22)Invalid argument: [client 192.168.100.200:49291] AH01075: Error dispatching request to : (passing brigade to output filters), referer: https://xxx.xxxxxxxxxx.xx/...
[Tue Jun 28 09:59:07.321773 2016] [proxy_fcgi:error] [pid 11233:tid 140496567531264] (70007)The timeout specified has expired: [client 192.168.100.200:33372] AH01075: Error dispatching request to : (reading input brigade), referer: https://xxx.xxxxxx...
[Tue Jun 28 10:24:04.021352 2016] [proxy_fcgi:error] [pid 11235:tid 140496542353152] (70007)The timeout specified has expired: [client 192.168.100.200:41732] AH01075: Error dispatching request to : (reading input brigade), referer: https://xxx.xxxxxx...
[Tue Jun 28 10:36:54.550844 2016] [proxy_fcgi:error] [pid 11233:tid 140496533960448] [client 192.168.100.200:52925] AH01071: Got error 'PHP message: PHP Warning: max(): Array must contain at least one element in /home/xxx-xxxxxx/website/html/src/xxx...
[Tue Jun 28 10:50:48.600082 2016] [proxy_fcgi:error] [pid 11235:tid 140496408069888] [client 192.168.100.200:54992] AH01071: Got error 'PHP message: PHP Warning: max(): Array must contain at least one element in /home/xxx-xxxxxx/website/html/src/xxx...
[Tue Jun 28 11:09:04.198245 2016] [proxy_fcgi:error] [pid 11233:tid 140496458426112] [client 192.168.100.200:52698] AH01068: Got bogus version 47, referer: https://xxx.xxxxxxxxxx.xx/xxx/xxxxxx/
[Tue Jun 28 11:09:04.198479 2016] [proxy_fcgi:error] [pid 11233:tid 140496458426112] (22)Invalid argument: [client 192.168.100.200:52698] AH01075: Error dispatching request to : (passing brigade to output filters), referer: https://xxx.xxxxxxxxxx.xx/...
[Tue Jun 28 12:15:24.208981 2016] [proxy_fcgi:error] [pid 11235:tid 140496675665664] [client 192.168.100.200:64754] AH01071: Got error 'PHP message: PHP Warning: max(): Array must contain at least one element in /home/xxx-xxxxxx/website/html/src/xxx...
[Tue Jun 28 12:16:44.621750 2016] [proxy_fcgi:error] [pid 11235:tid 140496667272960] (70007)The timeout specified has expired: [client 192.168.100.200:64811] AH01075: Error dispatching request to : (polling), referer: https://xxx.xxxxxxxxxx.xx/xxx/xx...
[Tue Jun 28 12:17:19.844567 2016] [proxy_fcgi:error] [pid 11235:tid 140496559138560] [client 192.168.100.200:65123] AH01071: Got error 'PHP message: PHP Warning: max(): Array must contain at least one element in /home/xxx-xxxxxx/website/html/src/xxx...
[Tue Jun 28 12:18:30.141246 2016] [proxy_fcgi:error] [pid 11235:tid 140496458426112] (70007)The timeout specified has expired: [client 192.168.100.200:65123] AH01075: Error dispatching request to : (polling), referer: https://xxx.xxxxxxxxxx.xx/xxx/xx...
[Tue Jun 28 12:18:59.225283 2016] [proxy_fcgi:error] [pid 11233:tid 140496475211520] [client 192.168.100.200:65245] AH01071: Got error 'PHP message: PHP Warning: max(): Array must contain at least one element in /home/xxx-xxxxxx/website/html/src/xxx...
[Tue Jun 28 12:20:07.701233 2016] [proxy_fcgi:error] [pid 11233:tid 140496466818816] (70007)The timeout specified has expired: [client 192.168.100.200:65245] AH01075: Error dispatching request to : (polling), referer: https://xxx.xxxxxxxxxx.xx/xxx/xx...
[Tue Jun 28 22:23:39.676004 2016] [proxy_fcgi:error] [pid 11233:tid 140496424855296] [client 192.168.100.200:53117] AH01071: Got error 'PHP message: PHP Warning: max(): Array must contain at least one element in /home/xxx-xxxxxx/website/html/src/xxx...
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/dbinfo.pm view on Meta::CPAN
my $ltres = list_tables(%args);
return [500, "Can't list tables: $ltres->[0] - $ltres->[1]"]
unless $ltres->[0] == 200;
my $tables = $ltres->[2];
#my $tables_wo_schema = [map {my $n=$_; $n=~s/.+\.//; $n} @$tables];
#return [404, "No such table '$args{table}'"]
# unless grep { $args{table} eq $_ } (@$tables, @$tables_wo_schema);
return [404, "No such table '$args{table}'"]
unless grep { $args{table} eq $_ } @$tables;
my @cols = DBIx::Util::Schema::list_columns($dbh, $args{table});
@cols = map { $_->{COLUMN_NAME} } @cols unless $args{detail};
return [200, "OK", \@cols];
view all matches for this distribution
view release on metacpan or search on metacpan
# This Build.PL for App-diceware was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.015.
use strict;
use warnings;
use 5.01404;
use Module::Build::Tiny 0.034;
Build_PL();
view all matches for this distribution
view release on metacpan or search on metacpan
lib/App/docsisious/public/icons/flaticon.svg view on Meta::CPAN
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg"><defs><font id="flaticon" horiz-adv-x="512"><font-face units-per-em="512" ascent="448" descent="-64" x-height="240" cap-height="480"/><missing-glyph horiz-adv-x="512"/><glyph unicode="" glyph-name="down...
view all matches for this distribution
view release on metacpan or search on metacpan
Mon Sep 29 16:20:49 2014 -0400
ddfef0981a4a6c7c4ac208a5ee817ae5bb3b1e75
Implementing the P&L calculator function to filter out the bad buy/sell signals and only display the ones that should be displayed.
Mon Sep 29 15:56:14 2014 -0400
8c33797bc0404eedeaf48b515e73adafe4381021
adding long/short trade flags to the result
Mon Sep 29 14:55:04 2014 -0400
7cfcb76888416a2eb9779a68f5cf16471bf1ffb8
seems like we tackle pretty much all the different cases here
Tue Sep 9 10:09:26 2014 -0400
879cdff6df9abca8e40bb7c058c40e55d8fc8c97
Moving some indicators around to fall into the appropriate categories
Mon Sep 8 22:52:01 2014 -0400
b404546ca2a42351e3442235c44627a66850e154
rearranging the TSF to be LinearReg-TSF
Mon Sep 8 17:50:16 2014 -0400
1f9d60fc028257a46d160166f46f8a976f27eb98
renaming indicator
Mon Sep 29 16:20:49 2014 -0400
ddfef0981a4a6c7c4ac208a5ee817ae5bb3b1e75
Implementing the P&L calculator function to filter out the bad buy/sell signals and only display the ones that should be displayed.
Mon Sep 29 15:56:14 2014 -0400
8c33797bc0404eedeaf48b515e73adafe4381021
adding long/short trade flags to the result
Mon Sep 29 14:55:04 2014 -0400
7cfcb76888416a2eb9779a68f5cf16471bf1ffb8
seems like we tackle pretty much all the different cases here
Tue Sep 9 10:09:26 2014 -0400
879cdff6df9abca8e40bb7c058c40e55d8fc8c97
Moving some indicators around to fall into the appropriate categories
Mon Sep 8 22:52:01 2014 -0400
b404546ca2a42351e3442235c44627a66850e154
rearranging the TSF to be LinearReg-TSF
Mon Sep 8 17:50:16 2014 -0400
1f9d60fc028257a46d160166f46f8a976f27eb98
renaming indicator
view all matches for this distribution
view release on metacpan or search on metacpan
375
404
405
409
415
425
426
view all matches for this distribution
view release on metacpan or search on metacpan
t/author-pod-spell.t
t/release-kwalitee.t
t/release-no-smart-comments.t
t/release-no-tabs.t
t/release-pod-coverage.t
t/release-pod-no404s.t
t/release-pod-syntax.t
t/release-portability.t
t/resources/simple.ics
view all matches for this distribution
view release on metacpan or search on metacpan
Author: Matt Finkel <finkel.matt@gmail.com>
Date : 2013-11-05 23:14:15 +0000
Add PODNAME directive to genconf script
Change: 736c32222f5919981ca680d5b47dbc64045d0096
Author: Matt Finkel <finkel.matt@gmail.com>
Date : 2013-11-05 22:42:19 +0000
Initial commit
view all matches for this distribution
view release on metacpan or search on metacpan
script/_genpw-base56 view on Meta::CPAN
YAML/Old/Error.pm,370614,5985,83;12086
YAML/Old/Loader.pm,376626,22219,84;12277
YAML/Old/Loader/Base.pm,398877,1235,85;12989
YAML/Old/Marshall.pm,400141,934,86;13026
YAML/Old/Mo.pm,401098,3050,87;13073
YAML/Old/Node.pm,404173,4409,88;13144
YAML/Old/Tag.pm,408606,240,89;13359
YAML/Old/Types.pm,408872,5904,90;13378
### Clone/PP.pm ###
#package Clone::PP;
view all matches for this distribution
view release on metacpan or search on metacpan
script/_genpw-base58 view on Meta::CPAN
YAML/Old/Error.pm,370614,5985,83;12086
YAML/Old/Loader.pm,376626,22219,84;12277
YAML/Old/Loader/Base.pm,398877,1235,85;12989
YAML/Old/Marshall.pm,400141,934,86;13026
YAML/Old/Mo.pm,401098,3050,87;13073
YAML/Old/Node.pm,404173,4409,88;13144
YAML/Old/Tag.pm,408606,240,89;13359
YAML/Old/Types.pm,408872,5904,90;13378
### Clone/PP.pm ###
#package Clone::PP;
view all matches for this distribution
view release on metacpan or search on metacpan
script/_genpw-base64 view on Meta::CPAN
Mo/coerce.pm,212602,330,50;7294
Mo/default.pm,212954,435,51;7298
Mo/exporter.pm,213412,176,52;7302
Mo/import.pm,213609,185,53;7306
Mo/importer.pm,213817,207,54;7310
Mo/is.pm,214041,228,55;7314
Mo/nonlazy.pm,214291,129,56;7318
Mo/option.pm,214441,259,57;7322
Mo/required.pm,214723,340,58;7326
Mo/xs.pm,215080,256,59;7330
Module/Installed/Tiny.pm,215369,3030,60;7334
view all matches for this distribution
view release on metacpan or search on metacpan
script/_genpw-id view on Meta::CPAN
Log/ger/Output/Null.pm,419446,1273,40;13943
Log/ger/Output/String.pm,420752,2305,41;14011
Log/ger/Plugin.pm,423083,2038,42;14116
Log/ger/Plugin/MultilevelLog.pm,425161,5006,43;14231
Log/ger/Util.pm,430191,10231,44;14410
Mo.pm,440436,591,45;14738
Mo/Golf.pm,441046,8174,46;14742
Mo/Inline.pm,449241,3471,47;14978
Mo/Moose.pm,452732,533,48;15119
Mo/Mouse.pm,453285,563,49;15124
Mo/build.pm,453868,248,50;15129
script/_genpw-id view on Meta::CPAN
#function will also fill the information in the C<logs> result metadata.
#
#Examples:
#
# err(); # => [500, "FUNC failed", undef, {...}];
# err(404); # => [404, "FUNC failed", undef, {...}];
# err(404, "Not found"); # => [404, "Not found", ...]
# err("Not found", 404); # => [404, "Not found", ...]; # order doesn't matter
# err([404, "Prev error"]); # => [500, "FUNC failed", undef,
# # {logs=>[...], prev=>[404, "Prev error"]}]
#
#Will put C<stack_trace> in logs only if C<Carp::Always> module is loaded.
#
#=head2 warn_err(...)
#
view all matches for this distribution
view release on metacpan or search on metacpan
script/_genpw-ind view on Meta::CPAN
#function will also fill the information in the C<logs> result metadata.
#
#Examples:
#
# err(); # => [500, "FUNC failed", undef, {...}];
# err(404); # => [404, "FUNC failed", undef, {...}];
# err(404, "Not found"); # => [404, "Not found", ...]
# err("Not found", 404); # => [404, "Not found", ...]; # order doesn't matter
# err([404, "Prev error"]); # => [500, "FUNC failed", undef,
# # {logs=>[...], prev=>[404, "Prev error"]}]
#
#Will put C<stack_trace> in logs only if C<Carp::Always> module is loaded.
#
#=head2 warn_err(...)
#
view all matches for this distribution
view release on metacpan or search on metacpan
share/lib/git-hub.d/git-hub-member view on Meta::CPAN
command:member-get() {
require-auth
get-args team_id user
api-get "/teams/$team_id/members/$user"
msg_ok="'$user' is of team (id) '$team_id'"
msg_404="'$user' is NOT a member of team (id) '$team_id'"
}
command:member-add() {
require-auth
get-args team_id user
view all matches for this distribution
view release on metacpan or search on metacpan
#
#=head1 BENCHMARKS
#
# [1..10]:
# Rate/s Precision/s Data::Dump Data::Dumper Data::Dmp
# Data::Dump 24404 95 -- -61.6% -75.6%
# Data::Dumper 63580 210 160.5+-1.3% -- -36.4%
# Data::Dmp 99940 130 309.5+-1.7% 57.18+-0.55% --
#
# [1..100]:
# Rate/s Precision/s Data::Dump Data::Dumper Data::Dmp
#function will also fill the information in the C<logs> result metadata.
#
#Examples:
#
# err(); # => [500, "FUNC failed", undef, {...}];
# err(404); # => [404, "FUNC failed", undef, {...}];
# err(404, "Not found"); # => [404, "Not found", ...]
# err("Not found", 404); # => [404, "Not found", ...]; # order doesn't matter
# err([404, "Prev error"]); # => [500, "FUNC failed", undef,
# # {logs=>[...], prev=>[404, "Prev error"]}]
#
#Will put C<stack_trace> in logs only if C<Carp::Always> module is loaded.
#
#=head2 warn_err(...)
#
view all matches for this distribution