API-MailboxOrg

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   "name" : "API-MailboxOrg",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {
         "requires" : {
            "Pod::Coverage::TrustPod" : "0",
            "Test::BOM" : "0",
            "Test::More" : "0.88",
            "Test::NoTabs" : "0",
            "Test::Perl::Critic" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08"
         }
      },
      "runtime" : {
         "requires" : {
            "Carp" : "0",

cpanfile  view on Meta::CPAN

    requires "Test::RequiresInternet" => "0";
    requires "Test::Spec" => "0";
};

on 'configure' => sub {
    requires "ExtUtils::MakeMaker" => "0";
};

on 'develop' => sub {
    requires "Pod::Coverage::TrustPod" => "0";
    requires "Test::BOM" => "0";
    requires "Test::More" => "0.88";
    requires "Test::NoTabs" => "0";
    requires "Test::Perl::Critic" => "0";
    requires "Test::Pod" => "1.41";
    requires "Test::Pod::Coverage" => "1.08";
};

t/author-no-bom.t  view on Meta::CPAN

BEGIN {
  unless ($ENV{AUTHOR_TESTING}) {
    print qq{1..0 # SKIP these tests are for testing by the author\n};
    exit
  }
}

use strict;
use warnings;

# this test was generated with Dist::Zilla::Plugin::Test::NoBOM 0.002

use Test::More 0.88;
use Test::BOM;

my @files = (
    'lib/API/MailboxOrg.pm',
    'lib/API/MailboxOrg/API/Account.pm',
    'lib/API/MailboxOrg/API/Backup.pm',
    'lib/API/MailboxOrg/API/Base.pm',
    'lib/API/MailboxOrg/API/Blacklist.pm',
    'lib/API/MailboxOrg/API/Capabilities.pm',
    'lib/API/MailboxOrg/API/Context.pm',
    'lib/API/MailboxOrg/API/Domain.pm',



( run in 0.939 second using v1.01-cache-2.11-cpan-f29a10751f0 )