logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Ricardo SIGNES 😏 <cpan@semiotic.systems>

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

Name

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

Perl Version

       This  module  should  work  on any version of perl still receiving updates from the Perl 5 Porters.  This
       means it should work on any version of perl released in the last two to three years.  (That  is,  if  the
       most recently released version is v5.40, then this module should work on both v5.40 and v5.38.)

       Although  it  may  work on older versions of perl, no guarantee is made that the minimum required version
       will not be increased.  The version may be increased for any reason, and there is no promise that patches
       will be accepted to lower the minimum required perl.

See Also

       Core Dist::Zilla plugins: @Filter.

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

Version

       version 6.032

See Also