    = NAME

    Perldoc - Perl Documentation Tools

    = SYNOPSIS

        print Perldoc->new->doc_to_html(
            input => 'somthing.kwid',
        );

    = DESCRIPTION

    `Perldoc` is a set of tools that define and work with the /Perldoc
    Information Model/. The tools provide parsers for various /Perldoc
    Dialects/ (including Pod and Kwid), and formatters for various output
    formats.

    = AUTHORS

    * Brian Ingerson <ingy@cpan.org> * Sam Vilain <samv@cpan.org>

    = COPYRIGHT

    Copyright (c) 2005. Brian Ingerson. All rights reserved.

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

    See http://www.perl.com/perl/misc/Artistic.html

