Pod::Simple::RTF

Pod::Simple::RTF

NAME

Pod::Simple::RTF -- format Pod as RTF

SYNOPSIS

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

DESCRIPTION

This class is a formatter that takes Pod and renders it as RTF, good for viewing/printing in MSWord, WordPad/write.exe, TextEdit, etc.

This is a subclass of Pod::Simple and inherits