Result:
found more than 1508 distributions - search limited to the first 2001 files matching your query ( run in 0.574 )


App-DzilUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   "x_authority" : "cpan:PERLANCAR",
   "x_contributors" : [
      "Steven Haryanto <stevenharyanto@gmail.com>"
   ],
   "x_generated_by_perl" : "v5.38.2",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.37",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


App-EANUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.028"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_generated_by_perl" : "v5.34.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


App-ENumberUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.028"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_generated_by_perl" : "v5.34.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


App-EPAN

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   "version" : "0.002",
   "x_contributors" : [
      "Flavio Poletti <flavio@polettix.it>"
   ],
   "x_generated_by_perl" : "v5.24.1",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.04",
   "x_static_install" : 1
}

 view all matches for this distribution


App-Easer

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   "version" : "2.007004",
   "x_contributors" : [
      "Flavio Poletti <flavio@polettix.it>"
   ],
   "x_generated_by_perl" : "v5.38.2",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.38",
   "x_spdx_expression" : "Apache-2.0"
}

 view all matches for this distribution


App-EbookUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.028"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_generated_by_perl" : "v5.34.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


App-ElasticSearch-Utilities

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "Samit Badle <Samit.Badle@gmail.com>",
      "Takumi Sakamoto <takumi.saka@gmail.com>",
      "Vitaly Shupak <vitaly.shupak@deshaw.com>"
   ],
   "x_generated_by_perl" : "v5.36.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.32",
   "x_spdx_expression" : "BSD"
}

 view all matches for this distribution


App-EmacsLockfileUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.032"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_generated_by_perl" : "v5.40.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.38",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


App-Env

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "web" : "https://gitlab.com/djerius/app-env"
      }
   },
   "version" : "1.04",
   "x_generated_by_perl" : "v5.36.1",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.32",
   "x_spdx_expression" : "GPL-3.0-only"
}

 view all matches for this distribution


App-EnvUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.032"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_generated_by_perl" : "v5.40.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.38",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


App-Environ-ClickHouse-Proxy

 view release on metacpan or  search on metacpan

lib/App/Environ/ClickHouse/Proxy.pm  view on Meta::CPAN

use utf8;

use App::Environ;
use App::Environ::Config;
use Carp qw( carp croak );
use Cpanel::JSON::XS;
use IO::Socket;

my $INSTANCE;

my $JSON = Cpanel::JSON::XS->new->utf8;

App::Environ::Config->register(qw(clickhouse_proxy.yml));

sub instance {
  my $class = shift;

 view all matches for this distribution


App-Environ-Que

 view release on metacpan or  search on metacpan

lib/App/Environ/Que.pm  view on Meta::CPAN

use utf8;

use App::Environ;
use App::Environ::Mojo::Pg;
use Carp qw(croak);
use Cpanel::JSON::XS;
use Params::Validate qw( validate_pos validate );

my $INSTANCE;

my $sql = q{

lib/App/Environ/Que.pm  view on Meta::CPAN

  }
);

App::Environ->register( __PACKAGE__, postfork => sub { undef $INSTANCE } );

my $JSON = Cpanel::JSON::XS->new;

sub instance {
  my $class = shift;

  my ($connector) = validate_pos( @_, 1 );

 view all matches for this distribution


App-EscapeUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.012"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_generated_by_perl" : "v5.30.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.12",
   "x_static_install" : 1
}

 view all matches for this distribution


App-EvalServerAdvanced-ConstantCalc

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "is_trial" : "0"
         },
         "version" : "6.009"
      }
   },
   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0222"
}

 view all matches for this distribution


App-EvalServerAdvanced-Protocol

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "is_trial" : "0"
         },
         "version" : "6.009"
      }
   },
   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0225"
}

 view all matches for this distribution


App-EvalServerAdvanced-REPL

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "is_trial" : "0"
         },
         "version" : "6.009"
      }
   },
   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0225"
}

 view all matches for this distribution


App-EvalServerAdvanced

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         },
         "version" : "6.012"
      }
   },
   "x_generated_by_perl" : "v5.29.7",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.08"
}

 view all matches for this distribution


App-ExecIf

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         },
         "version" : "6.008"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0217"
}

 view all matches for this distribution


App-ExifUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.017"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_generated_by_perl" : "v5.34.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


App-ExtractDate

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.017"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_generated_by_perl" : "v5.34.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


App-FTPThis

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         },
         "version" : "6.010"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0239",
   "x_static_install" : 1
}

 view all matches for this distribution


App-FatPackUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.012"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_generated_by_perl" : "v5.30.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.12",
   "x_static_install" : 1
}

 view all matches for this distribution


App-FatPacker-Simple

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "Kazuho Oku <kazuhooku@gmail.com>",
      "perlancar <perlancar@gmail.com>",
      "Shoichi Kaji <skaji@outlook.com>"
   ],
   "x_generated_by_perl" : "v5.36.1",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.36",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


App-FfmpegUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   "x_authority" : "cpan:PERLANCAR",
   "x_contributors" : [
      "Steven Haryanto <stevenharyanto@gmail.com>"
   ],
   "x_generated_by_perl" : "v5.38.2",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.37",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


App-FileCommonUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.017"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_generated_by_perl" : "v5.34.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


App-FileCreateLayoutUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         },
         "version" : "6.009"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0233",
   "x_static_install" : 1
}

 view all matches for this distribution


App-FileDigestCLIs

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.017"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_generated_by_perl" : "v5.34.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


App-FileFindUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.030"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_generated_by_perl" : "v5.38.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.36",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


App-FileModifyUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.023"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_generated_by_perl" : "v5.34.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


App-FileRemoveUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.030"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_generated_by_perl" : "v5.38.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.36",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


( run in 0.574 second using v1.01-cache-2.11-cpan-4d50c553e7e )