Home
last modified time | relevance | path

Searched full:pod2text (Results 1 – 25 of 30) sorted by relevance

12

/openbsd-src/gnu/usr.bin/perl/cpan/podlators/scripts/
H A Dpod2text.PL67 # original pod2text script.
140 pod2text - Convert POD data to formatted ASCII text
144 pod2text [B<-aclostu>] [B<--code>] S<[B<-e> I<encoding>]>
149 pod2text B<-h>
153 B<pod2text> is a wrapper script around the L<Pod::Text> and its subclasses.
162 in the same B<pod2text> invocation (saving module load and compile times) by
223 [5.01] By default, B<pod2text> applies some default formatting rules based on
312 [2.1.3] By default, B<pod2text> dies if any errors are detected in the POD
314 sent to standard error, but B<pod2text> does not abort. This is equivalent to
324 your system support termios. With this option, the output of B<pod2text> will
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/
H A Dpod2usage.xr28 3 : print the entire manpage (similar to running pod2text)
59 the Pod::Usage manpage, the pod2text manpage, the Pod::Text manpage, the
67 Based on code for pod2text(1) written by Tom Christiansen
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/
H A DMakefile.PL91 EXE_FILES => [scripts('pod2text', 'pod2man')],
99 scripts('pod2man.PL', 'pod2man'), scripts('pod2text.PL', 'pod2text'),
105 man1pod('scripts', 'pod2text.PL'),
113 realclean => { FILES => scalar(scripts('pod2text', 'pod2man')) },
/openbsd-src/gnu/usr.bin/perl/lib/Pod/t/
H A DUsage.t91 my $pod2text = $$fake_out;
97 is( $pod2usage, $pod2text, 'Verbose level >= 2 eq pod2text' );
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/general/
H A Dpod-parser.t72 # Now test the pod2text function with a single output. This will send the
77 pod2text($infile);
82 is($got, " Some random text.\n\n", 'Pod::Text pod2text function');
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/docs/
H A Ddocknot.yaml74 - name: pod2text
75 title: pod2text documentation
108 included in this package are the `pod2text` and `pod2man` driver scripts.
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/scripts/
H A Dpod2usage.PL103 3 : print the entire manpage (similar to running pod2text)
142 L<Pod::Usage>, L<pod2text>, L<Pod::Text>, L<Pod::Text::Termcap>,
151 Based on code for B<pod2text(1)> written by
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlutil.pod32 =item L<pod2text>
37 F<man> isn't available, F<pod2text> will be used instead and the output
242 L<perldoc>, L<pod2man>, L<pod2text>, L<pod2html>, L<pod2usage>,
H A Dperlpod.pod660 This is currently supported by pod2text (Pod::Text), pod2man (Pod::Man),
679 documentation. Translators exist for B<pod2text>, B<pod2html>,
/openbsd-src/gnu/usr.bin/perl/
H A Dutils.lst2 cpan/podlators/blib/script/pod2text
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/
H A Dperl.conf13 blib/script/pod2text
/openbsd-src/gnu/usr.bin/perl/dist/Net-Ping/
H A DMakefile.PL68 pod2text lib/Net/Ping.pm > README
/openbsd-src/regress/usr.bin/make/
H A Dmk1654 pod2text 1 pod/pod2text \
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Ddual-life.t45 foreach (qw (pod2man pod2text)) {
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dpod.mak5 POD2TEXT = ../cpan/podlators/pod2text macro
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DPlainText.pm566 # The old Pod::Text module did everything in a pod2text() function. This
568 sub pod2text { subroutine
697 (F) Pod::PlainText was invoked via the compatibility mode pod2text() interface
726 but an interface roughly compatible with the old Pod::Text::pod2text()
740 pod2text(1)
H A DSelect.pm741 Based on code for B<pod2text> written by
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DText.pm30 # We have to export pod2text for backward compatibility.
31 our @EXPORT = qw(pod2text);
695 # The old Pod::Text module did everything in a pod2text() function. This subroutine
697 sub pod2text {
1130 =item pod2text([[-a,] [-NNN,]] INPUT[, OUTPUT])
1158 (F) Pod::Text was invoked via the compatibility mode pod2text() interface
1237 L<Pod::Text::Termcap>, L<perlpod(1)>, L<pod2text(1)>
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/scripts/
H A Dpodchecker.PL126 Based on code for B<Pod::Text::pod2text(1)> written by
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/
H A DOverstrike.pm5 # pod2text Text.pm > plain.txt; less plain.txt
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dfcodes_s.t85 Both pod2text and pod2man S< > lose the rest of the line
95 Both pod2text and pod2man lose the rest of the line
/openbsd-src/gnu/usr.bin/perl/os2/
H A DChanges350 using static buffers. Thus system('pod2text') would fail if the
/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList/
H A DUtils.pm105 'pod2text' => '1',
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/lib/Pod/
H A DUsage.pm905 Based on code for B<Pod::Text::pod2text()> written by
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/lib/Pod/
H A DChecker.pm1204 Based on code for B<Pod::Text::pod2text()> written by

12