App-cpx

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   "no_index" : {
      "directory" : [
         "t",
         "inc"
      ]
   },
   "prereqs" : {
      "build" : {
         "requires" : {
            "App::cpm" : "0",
            "IO::Socket::SSL" : "1.42",
            "Search::Elasticsearch" : "0",
            "Search::Elasticsearch::Client::2_0::Direct" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {

META.yml  view on Meta::CPAN

---
abstract: 'Install and execute CPAN package binaries'
author:
  - 'Thibault Duponchelle <thibault.duponchelle@gmail.com>'
build_requires:
  App::cpm: '0'
  IO::Socket::SSL: '1.42'
  Search::Elasticsearch: '0'
  Search::Elasticsearch::Client::2_0::Direct: '0'
  Test::More: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.70, CPAN::Meta::Converter version 2.150010'
license: artistic_2
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html

Makefile.PL  view on Meta::CPAN

    MIN_PERL_VERSION => '5.006',
    EXE_FILES        => [ 'bin/cpx' ],
    CONFIGURE_REQUIRES => {
        'ExtUtils::MakeMaker' => '0',
    },
    TEST_REQUIRES => {
        'Test::More' => '0',
    },
    BUILD_REQUIRES => {
        'App::cpm'              => '0',
	'IO::Socket::SSL'       => '1.42',
	'Search::Elasticsearch::Client::2_0::Direct' => '0',
        'Search::Elasticsearch'  => '0',
    },
    dist  => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
    clean => { FILES => 'App-cpx-*' },
);
 
# Compatibility with old versions of ExtUtils::MakeMaker
unless (eval { ExtUtils::MakeMaker->VERSION('6.64'); 1 }) {
    my $test_requires = delete $WriteMakefileArgs{TEST_REQUIRES} || {};



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