NAME
Dist::Zilla::PluginBundle::MSCHOUT - Use Dist::Zilla like MSCHOUT does
VERSION
version 0.15
DESCRIPTION
This is the pluginbundle that MSCHOUT uses. Use it as:
[@MSCHOUT]
Optionally, for a dist that you do not want to upload to CPAN: [@MSCHOUT] no_upload = 1
It's equivalent to:
[@Filter]
bundle = @Classic
remove = PodVersion
[@Git]
[ArchiveRelease]
[AutoPrereq]
[Bugtracker]
[BumpVersionFromGit]
[Homepage]
[NextRelease]
[PodWeaver]
[Repository]
[Signature]
In addition, if no_upload
is true, then UploadToCPAN
is replaced with FakeRelease
.
AUTHOR
Michael Schout <mschout@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Michael Schout.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.