Pod-Loom version 0.04, released December 11, 2010


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                    
  Exporter                
  Moose                   0.65
  PPI                     
  Pod::Eventual           
  String::RewritePrefix



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

	- Use S<C<< >>> instead of \xA0
	  (It's S<< C<< >> >> that Pod::Simple misinterprets.)



COPYRIGHT AND LICENCE

This software is copyright (c) 2010 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.
