Dist::Zilla::Plugin::ExplicitPackageForClass 1.00

During the build, this FileMunger plugin for Dist::Zilla will look through
your code for "class" and "role" declarations and insert a corresponding
"package" statement before them, along with the package version.

More information about this software:
https://metacpan.org/dist/Dist-Zilla-Plugin-ExplicitPackageForClass


INSTALLATION

The recommended way to install this Perl module distribution is directly
from CPAN with whichever tool you use to manage your installation of Perl.
For example:

  cpanm Dist::Zilla::Plugin::ExplicitPackageForClass

If you already have downloaded the distribution, you can alternatively
point your tool directly at the archive file or the directory:

  cpanm Dist-Zilla-Plugin-ExplicitPackageForClass-1.00.tar.gz

You can also install the module manually by following these steps:

  perl Makefile.PL
  make
  make test
  make install

See https://www.cpan.org/modules/INSTALL.html for general information
on installing CPAN modules.


COPYRIGHT AND LICENSE

This software is Copyright (c) 2023 by Arne Johannessen.

This is free software; you can redistribute it and/or modify it under
the terms of the Artistic License 2.0 or (at your option) the same terms
as the Perl 5 programming language system itself.