Dist-Zilla-PluginBundle-Author-TABULO

 view release on metacpan or  search on metacpan

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

        [ "Leftovers" => _exp('Leftovers'), {} ],
        [ "postlude"  => _exp('Region'),    { region_name => 'postlude' } ],
        [ "Authors"   => _exp('Authors'),   {} ],
        [
            "Support" => _exp('Support'), {
                perldoc            => 0,
                websites           => 'none',
                bugs               => 'metadata',
                bugs_content       => $bugtracker_content,
                repository_link    => 'both',
                repository_content => $repo_intro
            }
        ],
        [ 'Contributors' => _exp('Contributors'), { ':version' => '0.008' } ],
        [ "Legal", _exp('Legal'), {} ],

    );

    # [TAU]: Refactored prefixing down here.
    $_->[0] = '@Author/TABULO/' . $_->[0] for (@plugins);

    return @plugins;
}

1;

=pod

=encoding UTF-8

=for :stopwords Tabulo[n]

=head1 NAME

Pod::Weaver::PluginBundle::Author::TABULO - TABULO's bundle for Pod::Weaver (providing a default config for his distros)

=head1 VERSION

version 1.000014

=head1 FOREWORD

[TABULO]: This module started out as a copy of @DAGOLDEN's, including its documentation, copied and re-adapted below.

=head1 DESCRIPTION

This is a L<Pod::Weaver> PluginBundle.  It is roughly equivalent to the
following weaver.ini:

  [-WikiDoc]

  [Generic / FOREWORD]

  [@Default]

  [Generic / USAGE]
  [Generic / OVERVIEW]
  [Generic / STABILITY]

  [Collect / REQUIREMENTS]
  command = requires

  [Collect / CONSTRUCTORS]
  command = constructor

  [ClassMopper / ATTRIBUTES]
  no_tagline = 1
  skip_methods = 1
  skip_attributes = 0

  [Support]
  ...

  [Contributors]

  [-Transformer]
  transformer = List

=head1 USAGE

This PluginBundle is used automatically with the C<@Author::TABULO> L<Dist::Zilla>
plugin bundle.

It also has region collectors for:

=over 4

=item *

requires

=item *

constructor

=item *

attr

=item *

method

=item *

func

=back

=for Pod::Coverage mvp_bundle_config

=head1 SEE ALSO

=over 4

=item *

L<Pod::Weaver::PluginBundle::DAGOLDEN>

=item *



( run in 1.651 second using v1.01-cache-2.11-cpan-5a3173703d6 )