Pod::Simple::XMLOutStream -- turn Pod into XML
perl -MPod::Simple::XMLOutStream -e \
"exit Pod::Simple::XMLOutStream->filter(shift)->any_errata_seen" \
thingy.pod
Pod::Simple::XMLOutStream is a subclass of Pod::Simple that parses Pod and turns it into XML.
Pod::Simple::XMLOutStream inherits methods from Pod::Simple.
Pod::Simple::DumpAsXML is rather like this class; see its documentation for a discussion of the differences.