Dist::Zilla::Plugin::Readme::Brief

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



INSTALLATION

To install this module automatically, any of the following may work:

  cpanm .
  cpan  .
  cpanp -i .

To install this module manually

  perl Makefile.PL
  make
  make test
  make install

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.

