Apple-AppStoreConnect

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "JSON" : "0",
            "LWP::UserAgent" : "0",
            "perl" : "5.008001"
         }
      },
      "test" : {
         "requires" : {
            "CryptX" : "0",
            "HTTP::Response" : "0",
            "JSON" : "4.0",
            "JSON::XS" : "4.0",
            "LWP::UserAgent" : "0",
            "Test2::Tools::Exception" : "0",
            "Test2::V0" : "0"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "repository" : {
         "type" : "git",

META.yml  view on Meta::CPAN

---
abstract: 'Apple App Store Connect API client'
author:
  - 'Dimitrios Kechagias <dkechag@cpan.org>'
build_requires:
  CryptX: '0'
  ExtUtils::MakeMaker: '0'
  HTTP::Response: '0'
  JSON: '4.0'
  JSON::XS: '4.0'
  LWP::UserAgent: '0'
  Test2::Tools::Exception: '0'
  Test2::V0: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html

Makefile.PL  view on Meta::CPAN

    MIN_PERL_VERSION   => '5.008001',
    CONFIGURE_REQUIRES => {
        'ExtUtils::MakeMaker' => '0',
    },
    TEST_REQUIRES => {
        'Test2::V0'               => '0',
        'Test2::Tools::Exception' => '0',
        'CryptX'                  => '0',
        'LWP::UserAgent'          => '0',
        'HTTP::Response'          => '0',
        'JSON::XS'                => '4.0',
        'JSON'                    => '4.0'
    },
    PREREQ_PM => {
        'Crypt::JWT'     => '0',
        'JSON'           => '0',
        'LWP::UserAgent' => '0'
    },
    META_MERGE        => {
        "meta-spec" => { version => 2 },
        resources => {



( run in 0.317 second using v1.01-cache-2.11-cpan-05444aca049 )