NAME
    App::Pod2Epub - Convert Pod to an ePub eBook.

DESCRIPTION
    This module is used for converting Pod documents to ePub eBooks. The
    output eBook can be read on a variety of hardware and software eBook
    readers.

    Pod is Perl's *Plain Old Documentation* format, see
    <http://perldoc.perl.org/perlpod.html>. EPub is an eBook format, see
    <http://en.wikipedia.org/wiki/Epub>.

    This module comes with a pod2epub utility that will convert Pod to an
    ePub eBook.

INSTALLATION
    To install this module, run the following commands:

    	perl Makefile.PL
    	make
    	make test
    	make install
    
AUTHOR
    John McNamara, "jmcnamara@cpan.org"

COPYRIGHT & LICENSE
    Copyright 2009 John McNamara.

    This program is free software; you can redistribute it and/or modify it
    under the terms of either: the GNU General Public License as published
    by the Free Software Foundation; or the Artistic License. See
    http://dev.perl.org/licenses/ for more information.
