Acme-CPANAuthors-MBTI

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

 - Dependencies changed since 0.001001, see misc/*.deps* for details
 - develop: +5 ↑4 -2 (recommends: +1, suggests: ↑2)
 - test: ↓1

0.001001 2015-01-18T07:51:34Z 65b7481
 [Bugfix]
 - Have CPANAuthors that supports empty namespaces in ::CPANAuthors

 [Dependencies::Stats]
 - Dependencies changed since 0.001000, see misc/*.deps* for details
 - configure: -1 (recommends: ↓1)
 - develop: +3 -1 (recommends: ↓1, suggests: ↑1)
 - runtime: +1
 - test: -1 (recommends: ↓2)

0.001000 2014-12-26T11:48:13Z 70a79bf
 - First version.

META.json  view on Meta::CPAN

   "generated_by" : "Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Acme-CPANAuthors-MBTI",
   "prereqs" : {
      "configure" : {
         "recommends" : {
            "ExtUtils::MakeMaker" : "7.00"
         },
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "develop" : {
         "recommends" : {
            "Path::Tiny" : "0.058",

META.yml  view on Meta::CPAN

---
abstract: 'CPAN Authors by MBTI Type'
author:
  - 'Kent Fredric <kentnl@cpan.org>'
build_requires:
  ExtUtils::MakeMaker: '0'
  File::Spec: '0'
  Test::More: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Acme-CPANAuthors-MBTI
provides:
  Acme::CPANAuthors::MBTI:

maint/perlcritic.rc.gen.pl  view on Meta::CPAN

use utf8;

our $VERSION = 0.001;

use Carp qw( croak carp );
use Perl::Critic::ProfileCompiler::Util qw( create_bundle );
use Path::Tiny qw(path);

## no critic (ErrorHandling::RequireUseOfExceptions)
my $bundle = create_bundle('Example::Author::KENTNL');
$bundle->configure;

#my @stopwords = (qw());
#for my $wordlist (@stopwords) {
#  $bundle->add_or_append_policy_field( 'Documentation::PodSpelling' => ( 'stop_words' => $wordlist ) );
#}

#$bundle->add_or_append_policy_field(
#  'Subroutines::ProhibitCallsToUndeclaredSubs' => ( 'exempt_subs' => 'String::Formatter::str_rf' ), );

#$bundle->remove_policy('ErrorHandling::RequireUseOfExceptions');

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

This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)

0.001002
 [Added / develop recommends]
 - Path::Tiny 0.058

 [Added / develop requires]
 - Dist::Zilla::Plugin::MetaYAML::Minimal
 - Dist::Zilla::Plugin::RemovePrereqs::Provided
 - English
 - Software::License::Perl_5

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


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

 [Changed / test recommends]
 - ExtUtils::MakeMaker 7.04 → 7.00
 - Test::More 1.301001_075 → 0.99

 [Removed / configure requires]
 - perl 5.008

 [Removed / develop requires]
 - Dist::Zilla::Plugin::MinimumPerl

 [Removed / test requires]
 - perl 5.008

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

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

0.001002

0.001001 2015-01-18T07:51:34Z
 [Changed / configure recommends]
 - ExtUtils::MakeMaker 7.04 → 7.00

 [Changed / test recommends]
 - ExtUtils::MakeMaker 7.04 → 7.00
 - Test::More 1.301001_075 → 0.99

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

do { my $x = {
       'configure' => {
                        'recommends' => {
                                          'ExtUtils::MakeMaker' => '7.00'
                                        },
                        'requires' => {
                                        'ExtUtils::MakeMaker' => '0'
                                      }
                      },
       'develop' => {
                      'recommends' => {
                                        'Path::Tiny' => '0.058',

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


my @full_reports;
my @dep_errors;
my $req_hash = $HAS_CPAN_META ? $full_prereqs->as_string_hash : $full_prereqs;

# Add static includes into a fake section
for my $mod (@include) {
    $req_hash->{other}{modules}{$mod} = 0;
}

for my $phase ( qw(configure build test runtime develop other) ) {
    next unless $req_hash->{$phase};
    next if ($phase eq 'develop' and not $ENV{AUTHOR_TESTING});

    for my $type ( qw(requires recommends suggests conflicts modules) ) {
        next unless $req_hash->{$phase}{$type};

        my $title = ucfirst($phase).' '.ucfirst($type);
        my @reports = [qw/Module Want Have/];

        for my $mod ( sort keys %{ $req_hash->{$phase}{$type} } ) {



( run in 0.492 second using v1.01-cache-2.11-cpan-283623ac599 )