NAME

pom2 - convert POD to Text, HTML, etc., with Pod::POM

SYNOPSIS

    pom2 text MyFile.pm > MyFile.txt
    pom2 html MyFile.pm > MyFile.html
    pom2 pod  MyFile.pm > Myfile.pod

DESCRIPTION

This script uses Pod::POM to convert a Pod document into text, HTML, back into Pod (e.g. to normalise a document to fix any markup errors), or any other format for which you have a view module.

AUTHOR

Andy Wardley <abw@kfs.org>

VERSION

This is version 0.2 of pom2.

COPYRIGHT

Copyright (C) 2000, 2001 Andy Wardley. All Rights Reserved.

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

SEE ALSO

For further information please see Pod::POM.