Alien-JPCRE2

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "build" : {
         "requires" : {
            "Alien::Build::MM" : "0.25",
            "Alien::PCRE2" : "0",
            "Alien::gmake" : "0.11",
            "Archive::Tar" : "0",
            "Config" : "0",
            "Env::ShellWords" : "0.01",
            "HTML::LinkExtor" : "0",
            "HTTP::Tiny" : "0.044",
            "IO::Socket::SSL" : "1.56",
            "IO::Zlib" : "0",
            "Net::SSLeay" : "1.49",
            "Sort::Versions" : "0",
            "URI" : "0",
            "URI::Escape" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "Alien::Build" : "0.66",
            "Alien::Build::MM" : "0.25",
            "Alien::Build::Plugin::Build::SearchDep" : "0.53",
            "Alien::PCRE2" : "0.015",
            "ExtUtils::CBuilder" : "0",
            "IO::Socket::SSL" : "2.043"
         }
      },
      "runtime" : {
         "requires" : {
            "Alien::Build" : "0.25",
            "Alien::PCRE2" : "0.015"
         }
      },
      "test" : {
         "requires" : {

META.json  view on Meta::CPAN

      "generated_by" : "Alien::Build::MM version 1.28",
      "requires" : {
         "share" : {
            "Alien::PCRE2" : "0",
            "Alien::gmake" : "0.11",
            "Archive::Tar" : "0",
            "Config" : "0",
            "Env::ShellWords" : "0.01",
            "HTML::LinkExtor" : "0",
            "HTTP::Tiny" : "0.044",
            "IO::Socket::SSL" : "1.56",
            "IO::Zlib" : "0",
            "Net::SSLeay" : "1.49",
            "Sort::Versions" : "0",
            "URI" : "0",
            "URI::Escape" : "0"
         },
         "system" : {}
      }
   },
   "x_serialization_backend" : "JSON::PP version 2.27300"

META.yml  view on Meta::CPAN

  - 'Will Braswell <wbraswell@cpan.org>'
build_requires:
  Alien::Build::MM: '0.25'
  Alien::PCRE2: '0'
  Alien::gmake: '0.11'
  Archive::Tar: '0'
  Config: '0'
  Env::ShellWords: '0.01'
  HTML::LinkExtor: '0'
  HTTP::Tiny: '0.044'
  IO::Socket::SSL: '1.56'
  IO::Zlib: '0'
  Net::SSLeay: '1.49'
  Sort::Versions: '0'
  Test2::Suite: '0.000072'
  URI: '0'
  URI::Escape: '0'
configure_requires:
  Alien::Build: '0.66'
  Alien::Build::MM: '0.25'
  Alien::Build::Plugin::Build::SearchDep: '0.53'
  Alien::PCRE2: '0.015'
  ExtUtils::CBuilder: '0'
  IO::Socket::SSL: '2.043'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150005'
keywords:
  - alien
  - pcre
  - pcre2
  - jpcre2
  - regex
  - regularexpression
license: perl

META.yml  view on Meta::CPAN

  generated_by: 'Alien::Build::MM version 1.28'
  requires:
    share:
      Alien::PCRE2: '0'
      Alien::gmake: '0.11'
      Archive::Tar: '0'
      Config: '0'
      Env::ShellWords: '0.01'
      HTML::LinkExtor: '0'
      HTTP::Tiny: '0.044'
      IO::Socket::SSL: '1.56'
      IO::Zlib: '0'
      Net::SSLeay: '1.49'
      Sort::Versions: '0'
      URI: '0'
      URI::Escape: '0'
    system: {}
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

Makefile.PL  view on Meta::CPAN

    NAME         => 'Alien::JPCRE2',
    DISTNAME     => 'Alien-JPCRE2',
    ABSTRACT     => 'Find Or Download/Build/Install libjpcre2 In JPCRE2',
    VERSION_FROM => 'lib/Alien/JPCRE2.pm',
    AUTHOR           => 'Will Braswell <wbraswell@cpan.org>',
    LICENSE          => 'perl_5',
#    EXE_FILES        => ['bin/foo'],  # error, no rule to make target 'bin/foo'
#    MAKE             => 'gmake',  # error, causes failure to build under non-gmake such as dmake etc.

    CONFIGURE_REQUIRES => {
        # DEV NOTE, CORRELATION #ap001: must install IO::Socket::SSL & Alien::Build from Makefile.PL (which becomes META.json, for CPAN) & .travis.yml & appveyor.yml 
        'IO::Socket::SSL'       => '2.043',
        'Alien::Build'          => '0.66',  # provides Alien::Build::MM
        'Alien::PCRE2'          => '0.015',
        %{$configure_requires_windows}
    },

    TEST_REQUIRES => {
        'Test2::Suite'          => '0.000072',  # provides Test2::V0
    },

    PREREQ_PM => {



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