/openbsd-src/gnu/usr.bin/perl/cpan/podlators/scripts/ |
H A D | pod2text.PL | 67 # 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 D | pod2usage.xr | 28 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 D | Makefile.PL | 91 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 D | Usage.t | 91 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 D | pod-parser.t | 72 # 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 D | docknot.yaml | 74 - 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 D | pod2usage.PL | 103 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 D | perlutil.pod | 32 =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 D | perlpod.pod | 660 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 D | utils.lst | 2 cpan/podlators/blib/script/pod2text
|
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/ |
H A D | perl.conf | 13 blib/script/pod2text
|
/openbsd-src/gnu/usr.bin/perl/dist/Net-Ping/ |
H A D | Makefile.PL | 68 pod2text lib/Net/Ping.pm > README
|
/openbsd-src/regress/usr.bin/make/ |
H A D | mk16 | 54 pod2text 1 pod/pod2text \
|
/openbsd-src/gnu/usr.bin/perl/t/porting/ |
H A D | dual-life.t | 45 foreach (qw (pod2man pod2text)) {
|
/openbsd-src/gnu/usr.bin/perl/win32/ |
H A D | pod.mak | 5 POD2TEXT = ../cpan/podlators/pod2text macro
|
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/ |
H A D | PlainText.pm | 566 # 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 D | Select.pm | 741 Based on code for B<pod2text> written by
|
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/ |
H A D | Text.pm | 30 # 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 D | podchecker.PL | 126 Based on code for B<Pod::Text::pod2text(1)> written by
|
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Text/ |
H A D | Overstrike.pm | 5 # pod2text Text.pm > plain.txt; less plain.txt
|
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
H A D | fcodes_s.t | 85 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 D | Changes | 350 using static buffers. Thus system('pod2text') would fail if the
|
/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList/ |
H A D | Utils.pm | 105 'pod2text' => '1',
|
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/lib/Pod/ |
H A D | Usage.pm | 905 Based on code for B<Pod::Text::pod2text()> written by
|
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/lib/Pod/ |
H A D | Checker.pm | 1204 Based on code for B<Pod::Text::pod2text()> written by
|