Azure-AD-Auth

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   "name" : "Azure-AD-Auth",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "HTTP::Tiny" : "0",
            "IO::Socket::SSL" : "0",
            "JSON::MaybeXS" : "0",
            "Moo" : "0",
            "Throwable::Error" : "0",
            "Types::Standard" : "0",
            "perl" : "5.008"
         }
      },
      "test" : {
         "requires" : {
            "Test::More" : "0"

META.yml  view on Meta::CPAN

  ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010'
license: apache
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Azure-AD-Auth
requires:
  HTTP::Tiny: '0'
  IO::Socket::SSL: '0'
  JSON::MaybeXS: '0'
  Moo: '0'
  Throwable::Error: '0'
  Types::Standard: '0'
  perl: '5.008'
resources:
  bugtracker: https://github.com/pplu/azure-ad-auth/issues
  repository: https://github.com/pplu/azure-ad-auth.git
version: '0.04'
x_generated_by_perl: v5.30.1

Makefile.PL  view on Meta::CPAN

  "AUTHOR" => "Jose Luis Martinez <pplusdomain\@gmail.com>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Azure-AD-Auth",
  "LICENSE" => "apache",
  "MIN_PERL_VERSION" => "5.008",
  "NAME" => "Azure::AD::Auth",
  "PREREQ_PM" => {
    "HTTP::Tiny" => 0,
    "IO::Socket::SSL" => 0,
    "JSON::MaybeXS" => 0,
    "Moo" => 0,
    "Throwable::Error" => 0,
    "Types::Standard" => 0
  },
  "TEST_REQUIRES" => {
    "Test::More" => 0
  },
  "VERSION" => "0.04",
  "test" => {
    "TESTS" => "t/*.t"
  }
);


my %FallbackPrereqs = (
  "HTTP::Tiny" => 0,
  "IO::Socket::SSL" => 0,
  "JSON::MaybeXS" => 0,
  "Moo" => 0,
  "Test::More" => 0,
  "Throwable::Error" => 0,
  "Types::Standard" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
  delete $WriteMakefileArgs{TEST_REQUIRES};

cpanfile  view on Meta::CPAN

requires 'Moo';
requires 'Types::Standard';
requires 'HTTP::Tiny';
requires 'IO::Socket::SSL';
requires 'JSON::MaybeXS';
requires 'Throwable::Error';

on test => sub {
  requires 'Test::More';
};



( run in 0.539 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )