API-MailboxOrg

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Release history for API::MailboxOrg
===================================

1.0.2   2022-03-21 06:34:00

  * Update dependency list: add IO::Socket::SSL

1.0.1   2022-03-18 12:53:00

  * fix list of dependencies (#2, thanks Slaven @eserte)
  * Handle boolean and array parameters (#1)
  * add more tests

1.0.0   2022-03-17 18:42:00

  * initial release

META.json  view on Meta::CPAN

            "Test::More" : "0.88",
            "Test::NoTabs" : "0",
            "Test::Perl::Critic" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",
            "IO::Socket::SSL" : "0",
            "JSON::PP" : "0",
            "Mojolicious" : "8",
            "Moo" : "1.003001",
            "MooX::Singleton" : "0",
            "Params::ValidationCompiler" : "0.30",
            "Scalar::Util" : "0",
            "Type::Library" : "1.012",
            "Type::Utils" : "1.012",
            "Types::Mojo" : "0.04",
            "Types::Standard" : "1.012",

META.yml  view on Meta::CPAN

    file: lib/API/MailboxOrg/API/Videochat.pm
    version: v1.0.2
  API::MailboxOrg::APIBase:
    file: lib/API/MailboxOrg/APIBase.pm
    version: v1.0.2
  API::MailboxOrg::Types:
    file: lib/API/MailboxOrg/Types.pm
    version: v1.0.2
requires:
  Carp: '0'
  IO::Socket::SSL: '0'
  JSON::PP: '0'
  Mojolicious: '8'
  Moo: '1.003001'
  MooX::Singleton: '0'
  Params::ValidationCompiler: '0.30'
  Scalar::Util: '0'
  Type::Library: '1.012'
  Type::Utils: '1.012'
  Types::Mojo: '0.04'
  Types::Standard: '1.012'

Makefile.PL  view on Meta::CPAN

  "AUTHOR" => "Renee Baecker <reneeb\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "API-MailboxOrg",
  "LICENSE" => "artistic_2",
  "MIN_PERL_VERSION" => "5.024",
  "NAME" => "API::MailboxOrg",
  "PREREQ_PM" => {
    "Carp" => 0,
    "IO::Socket::SSL" => 0,
    "JSON::PP" => 0,
    "Mojolicious" => 8,
    "Moo" => "1.003001",
    "MooX::Singleton" => 0,
    "Params::ValidationCompiler" => "0.30",
    "Scalar::Util" => 0,
    "Type::Library" => "1.012",
    "Type::Utils" => "1.012",
    "Types::Mojo" => "0.04",
    "Types::Standard" => "1.012"

dist.ini  view on Meta::CPAN

; we are using an internal git repository
repository_type = github
repository_path = perlservices/API-MailboxOrg
is_cpan         = 1

[PruneFiles]
filename = bin/get_mailbox_api.pl

[Prereqs]
Carp            = 0
IO::Socket::SSL = 0
JSON::PP        = 0
Moo             = 1.003001
MooX::Singleton = 0
Mojolicious     = 8
Params::ValidationCompiler = 0.30
Scalar::Util    = 0
Type::Library   = 1.012
Type::Utils     = 1.012
Types::Mojo     = 0.04
Types::Standard = 1.012

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.530 second using v1.00-cache-2.02-grep-82fe00e-cpan-cec75d87357c )