App-genpw-id

 view release on metacpan or  search on metacpan

script/_genpw-id  view on Meta::CPAN

Log/ger/Format/None.pm,395721,1269,35;13242
Log/ger/Heavy.pm,397015,18144,36;13309
Log/ger/Layout.pm,415185,1229,37;13710
Log/ger/Output.pm,416440,1358,38;13778
Log/ger/Output/Array.pm,417830,1585,39;13857
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
Mo/builder.pm,454138,338,51;15133
Mo/chain.pm,454496,216,52;15137
Mo/coerce.pm,454733,330,53;15141
Mo/default.pm,455085,435,54;15145
Mo/exporter.pm,455543,176,55;15149

script/_genpw-id  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]";
#

script/genpw-id  view on Meta::CPAN

Data/Sah/Normalize.pm,95701,9038,5;3137
Getopt/Long/EvenLess.pm,104771,11364,6;3411
Local/_pci_check_args.pm,116168,7968,7;3793
Local/_pci_clean_json.pm,124169,4414,8;3935
Log/ger.pm,128602,11278,9;3997
Perinci/CmdLine/Util/Config.pm,139919,15677,10;4342
Perinci/Result/Format/Lite.pm,155634,22687,11;4840
Perinci/Sub/Normalize.pm,178354,7303,12;5438
Sah/Schema/rinci/function_meta.pm,185699,5179,13;5673
Scalar/Util/Numeric/PP.pm,190912,3106,14;5860
Text/Table/Tiny.pm,194045,8117,15;6001

### Clone/PP.pm ###
#package Clone::PP;
#
#use 5.006;
#use strict;
#use warnings;
#use vars qw($VERSION @EXPORT_OK);
#use Exporter;
#



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