Dancer2-Plugin-Auth-Extensible-Provider-IMAP

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "Dancer2::Core::Types" : "0",
            "Dancer2::Plugin::Auth::Extensible" : "0.620",
            "IO::Socket::SSL" : "0",
            "Moo" : "2.000000",
            "Net::IMAP::Simple" : "1.2207",
            "YAML" : "0",
            "namespace::clean" : "0",
            "perl" : "5.006"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {

META.yml  view on Meta::CPAN

  version: '1.4'
name: Dancer2-Plugin-Auth-Extensible-Provider-IMAP
no_index:
  directory:
    - t
    - inc
requires:
  Carp: '0'
  Dancer2::Core::Types: '0'
  Dancer2::Plugin::Auth::Extensible: '0.620'
  IO::Socket::SSL: '0'
  Moo: '2.000000'
  Net::IMAP::Simple: '1.2207'
  YAML: '0'
  namespace::clean: '0'
  perl: '5.006'
resources:
  IRC: irc://irc.perl.org/#dancer
  bugtracker: https://github.com/PerlDancer/Dancer2-Plugin-Auth-Extensible-Provider-IMAP/issues
  homepage: https://github.com/PerlDancer/Dancer2-Plugin-Auth-Extensible-Provider-IMAP/
  repository: https://github.com/PerlDancer/Dancer2-Plugin-Auth-Extensible-Provider-IMAP

Makefile.PL  view on Meta::CPAN

    CONFIGURE_REQUIRES => {
        'ExtUtils::MakeMaker' => 0,
    },
    BUILD_REQUIRES => {
        'Test::More' => 0,
    },
    PREREQ_PM => {
        'Carp'                              => 0,
        'Dancer2::Core::Types'              => 0,
        'Dancer2::Plugin::Auth::Extensible' => '0.620',
        'IO::Socket::SSL'                   => 0,
        'Moo'                               => '2.000000',
        'namespace::clean'                  => 0,
        'Net::IMAP::Simple'                 => '1.2207',
        'YAML' => 0,    # for config files and tests
      },
    dist  => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
    clean => { FILES => 'Dancer2-Plugin-Auth-Extensible-Provider-IMAP-*' },
    META_MERGE => {
        resources => {
            repository => 'https://github.com/PerlDancer/Dancer2-Plugin-Auth-Extensible-Provider-IMAP',



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