NAME
Dist::Zilla::Plugin::Readme::Brief - Provide a short simple README with just the essentials
VERSION
version 0.001000
SYNOPSIS
[Readme::Brief]
; No tunables at this time
DESCRIPTION
This provides a terse but informative README file for your CPAN distribution that contains just the essential details about your dist a casual consumer would want to know.
The name of the primary module in the distribution
The distributions main modules description
Simple installation instructions from an extracted archive
Short copyright information
NOTE
This is sill reasonably fresh code and reasonably experimental, and feature enhancements and bug fixes are actively desired.
However, bugs are highly likely to be encountered, especially as there are no tests.
MECHANICS
Heading is derived from the
packagestatement inmain_moduleDescription is extracted as the entire
H1Nestof the section titledDESCRIPTIONinmain_moduleInstallation instructions are automatically determined by the presence of either
A
Makefile.PLfile in your dist ( Where it assumesEUMMstyle )A
Build.PLfile in your dist ( where it assumesModule::Buildstyle )In the case of both, only instructions for
Makefile.PLwill be emitted. (TODO:Be adjustable)
ALL Copyright and license details are extracted from
main_modulein anyH1Nestthat has eitherCOPYRIGHTorLICENSEin the heading.Or failing such a section, a
COPYRIGHT AND LICENSEsection will be derived fromzilla->license
AUTHOR
Kent Fredric <kentnl@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Kent Fredric <kentfredric@gmail.com>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.