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"

Makefile.PL  view on Meta::CPAN

  },
  "VERSION" => "1.0.2",
  "test" => {
    "TESTS" => "t/*.t t/types/*.t"
  }
);


my %FallbackPrereqs = (
  "Carp" => 0,
  "IO::Socket::SSL" => 0,
  "JSON::PP" => 0,
  "Mojolicious" => 8,
  "Moo" => "1.003001",
  "MooX::Singleton" => 0,
  "Params::ValidationCompiler" => "0.30",
  "Pod::Coverage::TrustPod" => 0,
  "Scalar::Util" => 0,
  "Test::Exception" => 0,
  "Test::More" => 0,
  "Test::RequiresInternet" => 0,

cpanfile  view on Meta::CPAN

# This file is generated by Dist::Zilla::Plugin::SyncCPANfile v0.02
# Do not edit this file directly. To change prereqs, edit the `dist.ini` file.

requires "Carp" => "0";
requires "IO::Socket::SSL" => "0";
requires "JSON::PP" => "0";
requires "Mojolicious" => "8";
requires "Moo" => "1.003001";
requires "MooX::Singleton" => "0";
requires "Params::ValidationCompiler" => "0.30";
requires "Scalar::Util" => "0";
requires "Type::Library" => "1.012";
requires "Type::Utils" => "1.012";
requires "Types::Mojo" => "0.04";
requires "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



( run in 0.589 second using v1.01-cache-2.11-cpan-a5abf4f5562 )