Searched defs:pod2text (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm523 # The old Pod::Text module did everything in a pod2text() function. This
525 sub pod2text { subroutine
653 (F) Pod::PlainText was invoked via the compatibility mode pod2text() interface
682 but an interface roughly compatible with the old Pod::Text::pod2text()
694 pod2text(1)
H A DText.pm40 # We have to export pod2text for backward compatibility.
41 @EXPORT = qw(pod2text);
622 # The old Pod::Text module did everything in a pod2text() function. This
624 sub pod2text { subroutine
779 (F) Pod::Text was invoked via the compatibility mode pod2text() interface
818 but an interface roughly compatible with the old Pod::Text::pod2text()
829 L<Pod::Parser>, L<Pod::Text::Termcap>, L<pod2text(1)>

Completed in 28 milliseconds