The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
NAME
    Dist::Zilla::PluginBundle::Author::SHARYANTO - Dist::Zilla like
    SHARYANTO when you build your dists

VERSION
    version 0.25

SYNOPSIS
     # dist.ini
     [@Author::SHARYANTO]

    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-SHARYANTO>.

SOURCE
    Source repository is at
    <https://github.com/sharyanto/perl-Dist-Zilla-PluginBundle-Author-SHARYA
    NTO>.

BUGS
    Please report any bugs or feature requests on the bugtracker website
    <https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-PluginBund
    le-Author-SHARYANTO>

    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
    Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2014 by Steven Haryanto.

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