Acme-CPANAuthors-MBTI

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Test::Pod::Coverage" : "1.08",
            "perl" : "5.014000"
         },
         "suggests" : {
            "Dist::Zilla::App::Command::bakeini" : "0.002006",
            "Dist::Zilla::PluginBundle::Author::KENTNL" : "2.025021"
         }
      },
      "runtime" : {
         "requires" : {
            "Acme::CPANAuthors" : "0.24",
            "perl" : "5.008",
            "strict" : "0",
            "utf8" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "recommends" : {
            "CPAN::Meta" : "2.120900",
            "ExtUtils::MakeMaker" : "7.00",

META.yml  view on Meta::CPAN

  version: '1.4'
name: Acme-CPANAuthors-MBTI
provides:
  Acme::CPANAuthors::MBTI:
    file: lib/Acme/CPANAuthors/MBTI.pm
    version: '0.001002'
  Acme::CPANAuthors::MBTI::INTP:
    file: lib/Acme/CPANAuthors/MBTI/INTP.pm
    version: '0.001002'
requires:
  Acme::CPANAuthors: '0.24'
  perl: '5.008'
  strict: '0'
  utf8: '0'
  warnings: '0'
resources:
  bugtracker: https://github.com/kentnl/Acme-CPANAuthors-MBTI/issues
  homepage: https://github.com/kentnl/Acme-CPANAuthors-MBTI
  repository: https://github.com/kentnl/Acme-CPANAuthors-MBTI.git
version: '0.001002'

Makefile.PL  view on Meta::CPAN

  "ABSTRACT" => "CPAN Authors by MBTI Type",
  "AUTHOR" => "Kent Fredric <kentnl\@cpan.org>",
  "CONFIGURE_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0
  },
  "DISTNAME" => "Acme-CPANAuthors-MBTI",
  "LICENSE" => "perl",
  "MIN_PERL_VERSION" => "5.008",
  "NAME" => "Acme::CPANAuthors::MBTI",
  "PREREQ_PM" => {
    "Acme::CPANAuthors" => "0.24",
    "strict" => 0,
    "utf8" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "ExtUtils::MakeMaker" => 0,
    "File::Spec" => 0,
    "Test::More" => 0
  },
  "VERSION" => "0.001002",
  "test" => {
    "TESTS" => "t/*.t t/00-compile/*.t"
  }
);


my %FallbackPrereqs = (
  "Acme::CPANAuthors" => "0.24",
  "ExtUtils::MakeMaker" => 0,
  "File::Spec" => 0,
  "Test::More" => 0,
  "strict" => 0,
  "utf8" => 0,
  "warnings" => 0
);


unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {

dist.ini  view on Meta::CPAN

Dist::Zilla::Plugin::UploadToCPAN = 0

[Prereqs]
; authordep HTTP::Tiny = 0
; authordep Parse::CPAN::Whois = 0
; authordep Acme::CPANAuthors::Factory = 0
; authordep JSON::MaybeXS = 1.001000
; authordep Path::Tiny = 0
; authordep HTML::Entities = 0
; authordep Math::Random::MT = 0
Acme::CPANAuthors = 0.24
perl = 5.008

[Prereqs / DevelopRequires]
perl = 5.014000

dist.ini.meta  view on Meta::CPAN

toolkit           = eumm
toolkit_hardness  = soft
bumpversions      = 1
copyfiles         = LICENSE
srcreadme         = mkdn
twitter_extra_hash_tags = #mbti
-remove = MinimumPerl
; auto_prereqs_skip = File::Find

[Prereqs]
Acme::CPANAuthors = 0.24 ; For parent group with no ->authors
perl = 5.008

; authordep HTTP::Tiny = 0
; authordep Parse::CPAN::Whois = 0
; authordep Acme::CPANAuthors::Factory = 0
; authordep JSON::MaybeXS = 1.001000
; authordep Path::Tiny = 0
; authordep HTML::Entities = 0
; authordep Math::Random::MT = 0

misc/Changes.deps  view on Meta::CPAN

This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)

0.001002
 [Changed / test requires]
 - Test::More 0.89 → 0

0.001001 2015-01-18T07:51:34Z
 [Added / runtime requires]
 - Acme::CPANAuthors 0.24

 [Removed / configure requires]
 - perl 5.008

 [Removed / test requires]
 - perl 5.008

misc/Changes.deps.all  view on Meta::CPAN

 - Dist::Zilla::Plugin::MetaYAML
 - List::MoreUtils

0.001001 2015-01-18T07:51:34Z
 [Added / develop requires]
 - Dist::Zilla::Plugin::Author::KENTNL::TravisCI
 - Dist::Zilla::Plugin::Prereqs::Upgrade
 - Dist::Zilla::Plugin::Readme::Brief

 [Added / runtime requires]
 - Acme::CPANAuthors 0.24

 [Changed / configure recommends]
 - ExtUtils::MakeMaker 7.04 → 7.00

 [Changed / develop recommends]
 - Test::More 1.301001_075 → 0.99

 [Changed / develop suggests]
 - Dist::Zilla::PluginBundle::Author::KENTNL 2.022002 → 2.023002

t/00-report-prereqs.dd  view on Meta::CPAN

                                      'Test::Pod::Coverage' => '1.08',
                                      'perl' => '5.014000'
                                    },
                      'suggests' => {
                                      'Dist::Zilla::App::Command::bakeini' => '0.002006',
                                      'Dist::Zilla::PluginBundle::Author::KENTNL' => '2.025021'
                                    }
                    },
       'runtime' => {
                      'requires' => {
                                      'Acme::CPANAuthors' => '0.24',
                                      'perl' => '5.008',
                                      'strict' => '0',
                                      'utf8' => '0',
                                      'warnings' => '0'
                                    }
                    },
       'test' => {
                   'recommends' => {
                                     'CPAN::Meta' => '2.120900',
                                     'ExtUtils::MakeMaker' => '7.00',



( run in 0.421 second using v1.01-cache-2.11-cpan-7add2cbd662 )