Pod-Loom version 0.06, released January 12, 2013


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.06 of Pod-Loom:
    (See the file "Changes" for the full revision history.)

	- Don't insert __END__ if a file contains only POD



COPYRIGHT AND LICENCE

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