Provided by: libpod-readme-perl_1.1.2-1_all bug

NAME

       Pod::Readme - Intelligently generate a README file from POD

VERSION

       v1.1.2

SYNOPSIS

       In a module's POD:

         =head1 NAME

         MyApp - my nifty app

         =for readme plugin version

         =head1 DESCRIPTION

         This is a nifty app.

         =begin :readme

         =for readme plugin requires

         =head1 INSTALLATION

         ...

         =end :readme

         =for readme stop

         =head1 METHODS

         ...

       Then from the command-line:

         pod2readme lib/MyModule.pm README

DESCRIPTION

       This module filters POD to generate a README file, by using POD commands to specify which
       parts are included or excluded from the README file.

       See the Pod::Readme documentation for more details on the POD syntax that this module
       recognizes.

       See pod2readme for command-line usage.

INSTALLATION

       See How to install CPAN modules <http://www.cpan.org/modules/INSTALL.html>.

   Required Modules
       This distribution requires Perl v5.10.1.

       This distribution requires the following modules:

       •   Class::Method::Modifiers (version 2.00)

       •   CPAN::Changes (version 0.30)

       •   CPAN::Meta

       •   File::Slurp

       •   Getopt::Long::Descriptive

       •   IO::String

       •   Moo (version 1.004005)

       •   Moo::Role

       •   MooX::HandlesVia

       •   namespace::autoclean

       •   Path::Tiny (version 0.018)

       •   Role::Tiny

       •   Test::Deep

       •   Test::Exception

       •   Try::Tiny

       •   Type::Tiny

       •   Types::Standard

       This distribution recommends the following modules:

       •   Pod::Man

       •   Pod::Markdown

       •   Pod::Simple::LaTeX

       •   Type::Tiny::XS

RECENT CHANGES

   Bug Fixes
       •   Regex in changes plugin fixed to work with Perl 5.21 deprecated syntax [khwilliamson].

       See the Changes file for a longer revision history.

CAVEATS

       This module is intended to be used by module authors for their own modules.  It is not
       recommended for generating README files from arbitrary Perl modules from untrusted
       sources.

SEE ALSO

       See perlpod, perlpodspec and podlators.

AUTHORS

       The original version was by Robert Rothenberg <rrwo@cpan.org> until 2010, when maintenance
       was taken over by David Precious <davidp@preshweb.co.uk>.

       In 2014, Robert Rothenberg rewrote the module to use filtering instead of subclassing a
       POD parser.

   Acknowledgements
       Thanks to people who gave feedback and suggestions to posts about the rewrite of this
       module on <http://blogs.perl.org>.

   Suggestions, Bug Reporting and Contributing
       This module is developed on GitHub at <http://github.com/bigpresh/Pod-Readme>

LICENSE

       Copyright (c) 2005-2014 Robert Rothenberg. All rights reserved.  This program is free
       software; you can redistribute it and/or modify it under the same terms as Perl itself.