App-genpw-base58

 view release on metacpan or  search on metacpan

script/_genpw-base58  view on Meta::CPAN

Lingua/EN/PluralToSingular.pm,160472,6120,28;5474
Log/ger.pm,166611,3553,29;5907
Log/ger/Format.pm,170190,184,30;6044
Log/ger/Format/None.pm,170405,281,31;6057
Log/ger/Heavy.pm,170711,14829,32;6076
Log/ger/Layout.pm,185566,197,33;6415
Log/ger/Output.pm,185789,195,34;6428
Log/ger/Output/Array.pm,186016,565,35;6441
Log/ger/Output/ArrayML.pm,186615,685,36;6473
Log/ger/Output/Null.pm,187331,328,37;6507
Log/ger/Output/String.pm,187692,981,38;6527
Log/ger/Plugin.pm,188699,1096,39;6568
Log/ger/Plugin/MultilevelLog.pm,189835,552,40;6628
Log/ger/Util.pm,190411,8411,41;6658
Mo.pm,198836,591,42;6932
Mo/Golf.pm,199446,7519,43;6936
Mo/Inline.pm,206986,2047,44;7153
Mo/Moose.pm,209053,533,45;7239
Mo/Mouse.pm,209606,563,46;7244
Mo/build.pm,210189,248,47;7249
Mo/builder.pm,210459,338,48;7253
Mo/chain.pm,210817,216,49;7257
Mo/coerce.pm,211054,330,50;7261
Mo/default.pm,211406,435,51;7265
Mo/exporter.pm,211864,176,52;7269
Mo/import.pm,212061,185,53;7273
Mo/importer.pm,212269,207,54;7277
Mo/is.pm,212493,228,55;7281
Mo/nonlazy.pm,212743,129,56;7285
Mo/option.pm,212893,259,57;7289
Mo/required.pm,213175,340,58;7293
Mo/xs.pm,213532,256,59;7297
Module/Installed/Tiny.pm,213821,3030,60;7301
Perinci/Sub/Complete.pm,216883,45843,61;7418
Perinci/Sub/GetArgs/Argv.pm,262762,38489,62;8629
Perinci/Sub/GetArgs/Array.pm,301288,3800,63;9689
Perinci/Sub/Normalize.pm,305121,4885,64;9820
Perinci/Sub/Util.pm,310034,12303,65;9972
Perinci/Sub/Util/Args.pm,322370,3131,66;10410
Perinci/Sub/Util/ResObj.pm,325536,243,67;10527
Perinci/Sub/Util/Sort.pm,325812,463,68;10542
Regexp/Stringify.pm,326303,2473,69;10571
Sah/Schema/rinci/function_meta.pm,328818,3632,70;10670
Sah/Schema/rinci/meta.pm,332483,683,71;10808
Sah/Schema/rinci/result_meta.pm,333206,611,72;10851
Sah/SchemaR/rinci/function_meta.pm,333860,7833,73;10886
Sah/SchemaR/rinci/meta.pm,341727,1990,74;11057
Sah/SchemaR/rinci/result_meta.pm,343758,960,75;11116
Sah/Schemas/Rinci.pm,344747,108,76;11157
String/LineNumber.pm,344884,859,77;11166
String/PerlQuote.pm,345771,890,78;11206
String/Wildcard/Bash.pm,346693,2159,79;11256
YAML/Old.pm,348872,2970,80;11344
YAML/Old/Dumper.pm,351869,15162,81;11457
YAML/Old/Dumper/Base.pm,367063,3525,82;11980
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;
#
#use 5.006;
#use strict;
#use warnings;
#use vars qw($VERSION @EXPORT_OK);
#use Exporter;
#
#$VERSION = 1.07;
#
#@EXPORT_OK = qw( clone );
#sub import { goto &Exporter::import } 
#
#use vars qw( $CloneSelfMethod $CloneInitMethod );
#$CloneSelfMethod ||= 'clone_self';
#$CloneInitMethod ||= 'clone_init';
#
#use vars qw( %CloneCache );
#
#sub clone {
#  my $source = shift;
#
#  return undef if not defined($source);
#  
#  my $depth = shift;
#  return $source if ( defined $depth and $depth -- < 1 );
#  
#  local %CloneCache = ( undef => undef ) unless ( exists $CloneCache{undef} );
#  
#  return $CloneCache{ $source } if ( defined $CloneCache{ $source } );
#  
#  my $ref_type = ref $source or return $source;
#  
#  my $class_name;
#  if ( "$source" =~ /^\Q$ref_type\E\=([A-Z]+)\(0x[0-9a-f]+\)$/ ) {
#    $class_name = $ref_type;
#    $ref_type = $1;
#    return $CloneCache{ $source } = $source->$CloneSelfMethod() 
#				  if $source->can($CloneSelfMethod);
#  }
#  
#  
#  my $copy;
#  if ($ref_type eq 'HASH') {
#    $CloneCache{ $source } = $copy = {};
#    if ( my $tied = tied( %$source ) ) { tie %$copy, ref $tied }
#    %$copy = map { ! ref($_) ? $_ : clone($_, $depth) } %$source;
#  } elsif ($ref_type eq 'ARRAY') {
#    $CloneCache{ $source } = $copy = [];
#    if ( my $tied = tied( @$source ) ) { tie @$copy, ref $tied }
#    @$copy = map { ! ref($_) ? $_ : clone($_, $depth) } @$source;
#  } elsif ($ref_type eq 'REF' or $ref_type eq 'SCALAR') {
#    $CloneCache{ $source } = $copy = \( my $var = "" );
#    if ( my $tied = tied( $$source ) ) { tie $$copy, ref $tied }
#    $$copy = clone($$source, $depth);
#  } else {



( run in 1.399 second using v1.01-cache-2.11-cpan-39bf76dae61 )