Pod::Simple::DumpAsXML

Pod::Simple::DumpAsXML

NAME

Pod::Simple::DumpAsXML -- turn Pod into XML

SYNOPSIS

perl -MPod::Simple::DumpAsXML -e \
 "exit Pod::Simple::DumpAsXML->filter(shift)->any_errata_seen" \
 thingy.pod

DESCRIPTION

Pod::Simple::DumpAsXML is a subclass of Pod::Simple that parses Pod and turns it into indented and wrapped XML. This class is of interest to people writing Pod formatters based on Pod::Simple.

Pod::Simple::DumpAsXML inherits methods from 登录查看完整内容