App-ppgrep

 view release on metacpan or  search on metacpan

script/_ppgrep  view on Meta::CPAN

Mo.pm,405981,591,42;13629
Mo/Golf.pm,406591,8174,43;13633
Mo/Inline.pm,414786,3471,44;13869
Mo/Moose.pm,418277,533,45;14010
Mo/Mouse.pm,418830,563,46;14015
Mo/build.pm,419413,248,47;14020
Mo/builder.pm,419683,338,48;14024
Mo/chain.pm,420041,216,49;14028
Mo/coerce.pm,420278,330,50;14032
Mo/default.pm,420630,435,51;14036
Mo/exporter.pm,421088,176,52;14040
Mo/import.pm,421285,185,53;14044
Mo/importer.pm,421493,207,54;14048
Mo/is.pm,421717,228,55;14052
Mo/nonlazy.pm,421967,129,56;14056
Mo/option.pm,422117,259,57;14060
Mo/required.pm,422399,340,58;14064
Mo/xs.pm,422756,256,59;14068
Module/Installed/Tiny.pm,423045,6725,60;14072
Perinci/Sub/Complete.pm,429802,67662,61;14295
Perinci/Sub/GetArgs/Argv.pm,497500,55172,62;16159
Perinci/Sub/GetArgs/Array.pm,552709,7479,63;17647
Perinci/Sub/Normalize.pm,560221,7303,64;17907

script/_ppgrep  view on Meta::CPAN

Sah/Schema/rinci/function_meta.pm,604000,5179,70;19506
Sah/Schema/rinci/meta.pm,609212,1842,71;19693
Sah/Schema/rinci/result_meta.pm,611094,1825,72;19778
Sah/SchemaR/rinci/function_meta.pm,612962,6027,73;19856
Sah/SchemaR/rinci/meta.pm,619023,2929,74;19914
Sah/SchemaR/rinci/result_meta.pm,621993,2277,75;19972
Sah/Schemas/Rinci.pm,624299,1280,76;20030
String/LineNumber.pm,625608,2512,77;20086
String/PerlQuote.pm,628148,3383,78;20204
String/Wildcard/Bash.pm,631563,8895,79;20329
YAML/Old.pm,640478,3321,80;20643
YAML/Old/Dumper.pm,643826,17730,81;20760
YAML/Old/Dumper/Base.pm,661588,3735,82;21337
YAML/Old/Error.pm,665349,5985,83;21448
YAML/Old/Loader.pm,671361,25286,84;21639
YAML/Old/Loader/Base.pm,696679,1235,85;22410
YAML/Old/Marshall.pm,697943,934,86;22447
YAML/Old/Mo.pm,698900,3416,87;22494
YAML/Old/Node.pm,702341,4692,88;22574
YAML/Old/Tag.pm,707057,240,89;22792
YAML/Old/Types.pm,707323,6708,90;22811

script/_ppgrep  view on Meta::CPAN

#Generate an enveloped error response (see L<Rinci::function>). Can accept
#arguments in an unordered fashion, by utilizing the fact that status codes are
#always integers, messages are strings, result metadata are hashes, and previous
#error responses are arrays. Error responses also seldom contain actual result.
#Status code defaults to 500, status message will default to "FUNC failed". This
#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(...)
#
#This is a shortcut for:
#
# $res = err(...);
# warn "ERROR $res->[0]: $res->[1]";
#



( run in 2.430 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )