focal (3) Dist::Zilla::PluginBundle::Basic.3pm.gz

Provided by: libdist-zilla-perl_6.012-1_all bug

NAME

       Dist::Zilla::PluginBundle::Basic - the basic plugins to maintain and release CPAN dists

VERSION

       version 6.012

DESCRIPTION

       This plugin is meant to be a basic "first step" bundle for using Dist::Zilla.  It won't munge any of your
       code, but will generate a Makefile.PL and allows easy, reliable releasing of distributions.

       It includes the following plugins with their default configuration:

       •   Dist::Zilla::Plugin::GatherDir

       •   Dist::Zilla::Plugin::PruneCruft

       •   Dist::Zilla::Plugin::ManifestSkip

       •   Dist::Zilla::Plugin::MetaYAML

       •   Dist::Zilla::Plugin::License

       •   Dist::Zilla::Plugin::Readme

       •   Dist::Zilla::Plugin::ExtraTests

       •   Dist::Zilla::Plugin::ExecDir

       •   Dist::Zilla::Plugin::ShareDir

       •   Dist::Zilla::Plugin::MakeMaker

       •   Dist::Zilla::Plugin::Manifest

       •   Dist::Zilla::Plugin::TestRelease

       •   Dist::Zilla::Plugin::ConfirmRelease

       •   Dist::Zilla::Plugin::UploadToCPAN

SEE ALSO

       Core Dist::Zilla plugins: @Filter.

       Dist::Zilla roles: PluginBundle, PluginBundle::Easy.

AUTHOR

       Ricardo SIGNES 😏 <rjbs@cpan.org>

       This software is copyright (c) 2018 by Ricardo SIGNES.

       This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
       programming language system itself.