NAME
Dist::Zilla::PluginBundle::Author::PERLANCAR - Dist::Zilla like PERLANCAR when you build your dists
VERSION
This document describes version 0.57 of Dist::Zilla::PluginBundle::Author::PERLANCAR (from Perl distribution Dist-Zilla-PluginBundle-Author-PERLANCAR), released on 2017-07-07.
SYNOPSIS
# dist.ini
[@Author::PERLANCAR]
is equivalent to (see source).
DESCRIPTION
The gist:
I avoid stuffs that might change line numbers (so OurPkgVersion instead of PkgVersion, etc). I also always add #ABSTRACT, #PODNAME, and POD at the end of file).
I still maintain dependencies and increase version number manually (so no AutoVersion and AutoPrereqs).
I install my dists after release (the eat-your-own-dog-food principle), except when INSTALL=0 environment is specified. I also archive them using a script called archive-perl-release
. This is currently a script on my computer, you can get them from my 'scripts' github repo but this is optional and the release process won't fail if the script does not exist.
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/Dist-Zilla-PluginBundle-Author-PERLANCAR.
SOURCE
Source repository is at https://github.com/perlancar/perl-Dist-Zilla-PluginBundle-Author-PERLANCAR.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-PluginBundle-Author-PERLANCAR
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017, 2016, 2015, 2014, 2013, 2012 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.