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

NAME

       Dist::Zilla::PluginBundle::Classic - the classic (old) default configuration for
       Dist::Zilla

VERSION

       version 6.025

DESCRIPTION

       This bundle is more or less the original configuration bundled with Dist::Zilla.  More
       than likely, you'd rather be using @Basic or a more complex bundle.  This one will muck
       around with your code by adding $VERSION declarations and will mess with you Pod by adding
       a "=head1 VERSION" section, but it won't get you a lot of more useful features like
       autoversioning, autoprereqs, or Pod::Weaver.

       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::PkgVersion

       •   Dist::Zilla::Plugin::PodVersion

       •   Dist::Zilla::Plugin::PodCoverageTests

       •   Dist::Zilla::Plugin::PodSyntaxTests

       •   Dist::Zilla::Plugin::ExtraTests

       •   Dist::Zilla::Plugin::ExecDir

       •   Dist::Zilla::Plugin::ShareDir

       •   Dist::Zilla::Plugin::MakeMaker

       •   Dist::Zilla::Plugin::Manifest

       •   Dist::Zilla::Plugin::ConfirmRelease

       •   Dist::Zilla::Plugin::UploadToCPAN

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

       @Basic

AUTHOR

       Ricardo SIGNES 😏 <rjbs@semiotic.systems>

COPYRIGHT AND LICENSE

       This software is copyright (c) 2022 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.