Dist-Zilla-PluginBundle-Author-ETHER

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Dist::Zilla::Role::MintingProfile" : "5.047",
            "Dist::Zilla::Role::PluginBundle::Config::Slicer" : "0",
            "Dist::Zilla::Role::PluginBundle::Easy" : "0",
            "Dist::Zilla::Role::PluginBundle::PluginRemover" : "0.103",
            "Dist::Zilla::Util" : "0",
            "File::ShareDir" : "0",
            "List::Util" : "1.45",
            "Module::Runtime" : "0",
            "Moose" : "0",
            "Moose::Util::TypeConstraints" : "0",
            "PadWalker" : "0",
            "Path::Tiny" : "0.062",
            "Pod::Elemental::PerlMunger" : "0.200001",
            "Pod::Elemental::Transformer::List" : "0.102000",
            "Pod::Elemental::Transformer::Verbatim" : "0",
            "Pod::Markdown" : "1.500",
            "Pod::Weaver::Config::Assembler" : "0",
            "Pod::Weaver::Plugin::EnsurePod5" : "0",
            "Pod::Weaver::Plugin::H1Nester" : "0",
            "Pod::Weaver::Plugin::Transformer" : "0",
            "Pod::Weaver::PluginBundle::Default" : "4.000",

META.yml  view on Meta::CPAN

  Dist::Zilla::Role::MintingProfile: '5.047'
  Dist::Zilla::Role::PluginBundle::Config::Slicer: '0'
  Dist::Zilla::Role::PluginBundle::Easy: '0'
  Dist::Zilla::Role::PluginBundle::PluginRemover: '0.103'
  Dist::Zilla::Util: '0'
  File::ShareDir: '0'
  List::Util: '1.45'
  Module::Runtime: '0'
  Moose: '0'
  Moose::Util::TypeConstraints: '0'
  PadWalker: '0'
  Path::Tiny: '0.062'
  Pod::Elemental::PerlMunger: '0.200001'
  Pod::Elemental::Transformer::List: '0.102000'
  Pod::Elemental::Transformer::Verbatim: '0'
  Pod::Markdown: '1.500'
  Pod::Weaver::Config::Assembler: '0'
  Pod::Weaver::Plugin::EnsurePod5: '0'
  Pod::Weaver::Plugin::H1Nester: '0'
  Pod::Weaver::Plugin::Transformer: '0'
  Pod::Weaver::PluginBundle::Default: '4.000'

Makefile.PL  view on Meta::CPAN

    "Dist::Zilla::Role::MintingProfile" => "5.047",
    "Dist::Zilla::Role::PluginBundle::Config::Slicer" => 0,
    "Dist::Zilla::Role::PluginBundle::Easy" => 0,
    "Dist::Zilla::Role::PluginBundle::PluginRemover" => "0.103",
    "Dist::Zilla::Util" => 0,
    "File::ShareDir" => 0,
    "List::Util" => "1.45",
    "Module::Runtime" => 0,
    "Moose" => 0,
    "Moose::Util::TypeConstraints" => 0,
    "PadWalker" => 0,
    "Path::Tiny" => "0.062",
    "Pod::Elemental::PerlMunger" => "0.200001",
    "Pod::Elemental::Transformer::List" => "0.102000",
    "Pod::Elemental::Transformer::Verbatim" => 0,
    "Pod::Markdown" => "1.500",
    "Pod::Weaver::Config::Assembler" => 0,
    "Pod::Weaver::Plugin::EnsurePod5" => 0,
    "Pod::Weaver::Plugin::H1Nester" => 0,
    "Pod::Weaver::Plugin::Transformer" => 0,
    "Pod::Weaver::PluginBundle::Default" => "4.000",

Makefile.PL  view on Meta::CPAN

  "ExtUtils::MakeMaker" => 0,
  "File::ShareDir" => 0,
  "File::Spec" => 0,
  "File::pushd" => 0,
  "JSON::MaybeXS" => 0,
  "List::Util" => "1.45",
  "Module::Runtime" => 0,
  "Moose" => 0,
  "Moose::Util" => 0,
  "Moose::Util::TypeConstraints" => 0,
  "PadWalker" => 0,
  "Path::Tiny" => "0.062",
  "Pod::Elemental::PerlMunger" => "0.200001",
  "Pod::Elemental::Transformer::List" => "0.102000",
  "Pod::Elemental::Transformer::Verbatim" => 0,
  "Pod::Markdown" => "1.500",
  "Pod::Weaver::Config::Assembler" => 0,
  "Pod::Weaver::Plugin::EnsurePod5" => 0,
  "Pod::Weaver::Plugin::H1Nester" => 0,
  "Pod::Weaver::Plugin::Transformer" => 0,
  "Pod::Weaver::PluginBundle::Default" => "4.000",

lib/Pod/Weaver/PluginBundle/Author/ETHER.pm  view on Meta::CPAN


our $VERSION = '0.167';

use if "$]" >= 5.022, experimental => 're_strict';
no if "$]" >= 5.031009, feature => 'indirect';
no if "$]" >= 5.033001, feature => 'multidimensional';
no if "$]" >= 5.033006, feature => 'bareword_filehandles';
use namespace::autoclean -also => ['_exp'];
use Pod::Weaver::Config::Assembler;
use Module::Runtime 'use_module';
use PadWalker 'peek_sub';

sub _exp { Pod::Weaver::Config::Assembler->expand_package($_[0]) }

# This sub behaves somewhat like a Dist::Zilla pluginbundle's configure() -- it returns a list of strings or 1, 2
# or 3-element arrayrefs containing plugin specifications. The goal is to make this look as close to what
# weaver.ini looks like as possible.
sub configure {
    my $self = shift;

    # I wouldn't have to do this ugliness if I could have some configuration values passed in from weaver.ini or

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

                                      'Dist::Zilla::Role::MintingProfile' => '5.047',
                                      'Dist::Zilla::Role::PluginBundle::Config::Slicer' => '0',
                                      'Dist::Zilla::Role::PluginBundle::Easy' => '0',
                                      'Dist::Zilla::Role::PluginBundle::PluginRemover' => '0.103',
                                      'Dist::Zilla::Util' => '0',
                                      'File::ShareDir' => '0',
                                      'List::Util' => '1.45',
                                      'Module::Runtime' => '0',
                                      'Moose' => '0',
                                      'Moose::Util::TypeConstraints' => '0',
                                      'PadWalker' => '0',
                                      'Path::Tiny' => '0.062',
                                      'Pod::Elemental::PerlMunger' => '0.200001',
                                      'Pod::Elemental::Transformer::List' => '0.102000',
                                      'Pod::Elemental::Transformer::Verbatim' => '0',
                                      'Pod::Markdown' => '1.500',
                                      'Pod::Weaver::Config::Assembler' => '0',
                                      'Pod::Weaver::Plugin::EnsurePod5' => '0',
                                      'Pod::Weaver::Plugin::H1Nester' => '0',
                                      'Pod::Weaver::Plugin::Transformer' => '0',
                                      'Pod::Weaver::PluginBundle::Default' => '4.000',

t/10-extra_args.t  view on Meta::CPAN

use strict;
use warnings;

use Test::More 0.88;
use if $ENV{AUTHOR_TESTING}, 'Test::Warnings';
use Test::DZil;
use Test::Fatal;
use Path::Tiny;
use PadWalker 'closed_over';

use lib 't/lib';
use Helper;
use NoNetworkHits;
use NoPrereqChecks;

use Dist::Zilla::Plugin::MakeMaker;
plan skip_all => 'need recent [MakeMaker] to test use of default_jobs option'
    if not Dist::Zilla::Plugin::MakeMaker->can('default_jobs');

t/16-podweaver-licence.t  view on Meta::CPAN

use strict;
use warnings;

use Test::More 0.96;
use if $ENV{AUTHOR_TESTING}, 'Test::Warnings';
use Test::DZil;
use Test::Fatal;
use Test::Deep;
use Path::Tiny;
use PadWalker 'closed_over';

use Test::File::ShareDir -share => { -dist => { 'Dist-Zilla-PluginBundle-Author-ETHER' => 'share' } };

use lib 't/lib';
use Helper;
use NoNetworkHits;
use NoPrereqChecks;

my @tests = (
    {

t/17-podweaver-support.t  view on Meta::CPAN

use strict;
use warnings;

use Test::More 0.96;
use if $ENV{AUTHOR_TESTING}, 'Test::Warnings';
use Test::DZil;
use Test::Deep;
use Test::Fatal;
use Path::Tiny;
use PadWalker 'closed_over';

use Test::File::ShareDir -share => { -dist => { 'Dist-Zilla-PluginBundle-Author-ETHER' => 'share' } };

use lib 't/lib';
use Helper;
use NoNetworkHits;
use NoPrereqChecks;

my $header = qr/^=head1 SUPPORT\n\n/m;
my $stopwords = qr/^=for stopwords irc\n\n/m;



( run in 1.133 second using v1.01-cache-2.11-cpan-05444aca049 )