Business-TrueLayer

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "Complete::Country" : "0.003",
            "Crypt::JWT" : "0.024",
            "Crypt::OpenSSL::Bignum" : "0.09",
            "Crypt::OpenSSL::RSA" : "0.33",
            "Crypt::PK::ECC" : "0.068",
            "Data::GUID" : "0.049",
            "DateTime::Format::DateParse" : "0.05",
            "IO::Socket::SSL" : "2.009",
            "JSON" : "0",
            "Mojo::JWT" : "0.09",
            "Mojolicious" : "8.52",
            "Moose" : "2.1400",
            "MooseX::Aliases" : "0.11",
            "Try::Tiny::SmartCatch" : "0.5",
            "namespace::autoclean" : "0.27",
            "perl" : "5.020000"
         }
      }

META.yml  view on Meta::CPAN

    - inc
requires:
  Carp: '0'
  Complete::Country: '0.003'
  Crypt::JWT: '0.024'
  Crypt::OpenSSL::Bignum: '0.09'
  Crypt::OpenSSL::RSA: '0.33'
  Crypt::PK::ECC: '0.068'
  Data::GUID: '0.049'
  DateTime::Format::DateParse: '0.05'
  IO::Socket::SSL: '2.009'
  JSON: '0'
  Mojo::JWT: '0.09'
  Mojolicious: '8.52'
  Moose: '2.1400'
  MooseX::Aliases: '0.11'
  Try::Tiny::SmartCatch: '0.5'
  namespace::autoclean: '0.27'
  perl: '5.020000'
resources:
  bugtracker: https://github.com/payprop/business-truelayer/issues

Makefile.PL  view on Meta::CPAN

    NAME             => 'Business::TrueLayer',
    VERSION_FROM     => 'lib/Business/TrueLayer.pm',
    AUTHOR           => 'Lee Johnson <leejo@cpan.org>',
    LICENSE          => 'perl',
    MIN_PERL_VERSION => '5.20.0',
    PREREQ_PM => {
        'Moose'                 => "2.1400",
        'Mojolicious'           => "8.52",
        'Mojo::JWT'             => "0.09",
        'Try::Tiny::SmartCatch' => "0.5",
        'IO::Socket::SSL'       => "2.009",
        'Crypt::JWT'            => '0.024',
        'Crypt::PK::ECC'        => '0.068',
        'Crypt::OpenSSL::RSA'   => '0.33',
        'Crypt::OpenSSL::Bignum'=> '0.09',
        'Data::GUID'            => '0.049',
        'DateTime::Format::DateParse' => '0.05',
        'namespace::autoclean'  => '0.27',
        'Complete::Country'     => '0.003',
        'MooseX::Aliases'       => '0.11',
        'Carp'                  => 0,



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