Pod-Loom version 0.07, released March 22, 2014


Pod::Loom extracts all the POD sections from Perl code, passes the POD
to a template that may reformat it in various ways, and then returns a
copy of the code with the reformatted POD at the end.



INSTALLATION

To install this module, run the following commands:

   perl Makefile.PL
   make
   make test
   make install



DEPENDENCIES

 Package                Minimum Version
 ---------------------- ---------------
 perl                    5.8.0
 Carp
 Encode
 Exporter
 Moose                   0.65
 Moose::Role
 PPI
 Pod::Eventual
 String::RewritePrefix



CHANGES
   Here's what's new in version 0.07 of Pod-Loom:
   (See the file "Changes" for the full revision history.)

       - Make POD encoded in Latin-1 work with newer versions of
         Pod::Eventual, which treat strings as UTF-8 by default



COPYRIGHT AND LICENCE

This software is copyright (c) 2014 by Christopher J. Madsen.

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