Searched defs:Perldoc (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DGetOptsOO.pm3 package Pod::Perldoc::GetOptsOO;
7 # Call Pod::Perldoc::GetOptsOO::getopts($object, \@ARGV, $truth)
17 # The return value of Pod::Perldoc::GetOptsOO::getopts is true if no errors,
23 *DEBUG = defined( &Pod::Perldoc::DEBUG )
24 ? \&Pod::Perldoc::DEBUG
H A DBaseTo.pm3 package Pod::Perldoc::BaseTo;
H A DToChecker.pm3 package Pod::Perldoc::ToChecker;
34 Pod::Perldoc::ToChecker - let Perldoc check Pod for errors
44 This is a "plug-in" class that allows Perldoc to use
54 L<Pod::Simple::Checker>, L<Pod::Simple>, L<Pod::Checker>, L<Pod::Perldoc>
H A DToRtf.pm3 package Pod::Perldoc::ToRtf;
37 Pod::Perldoc::ToRtf - let Perldoc render Pod as RTF
45 This is a "plug-in" class that allows Perldoc to use
54 If Perldoc is running under MSWin and uses this class as a formatter,
67 L<Pod::Simple::RTF>, L<Pod::Simple>, L<Pod::Perldoc>
H A DToXml.pm3 package Pod::Perldoc::ToXml;
25 Pod::Perldoc::ToXml - let Perldoc render Pod as XML
33 This is a "plug-in" class that allows Perldoc to use
45 L<Pod::Simple::XMLOutStream>, L<Pod::Simple>, L<Pod::Perldoc>
H A DToPod.pm11 package Pod::Perldoc::ToPod;
15 use base qw(Pod::Perldoc::BaseTo);
52 Pod::Perldoc::ToPod - let Perldoc render Pod as ... Pod!
64 This is a "plug-in" class that allows Perldoc to display Pod source as
72 L<Pod::Perldoc>
H A DToText.pm3 package Pod::Perldoc::ToText;
7 use base qw(Pod::Perldoc::BaseTo);
33 defined(&Pod::Perldoc::DEBUG)
34 and Pod::Perldoc::DEBUG()
48 Pod::Perldoc::ToText - let Perldoc render Pod as plaintext
56 This is a "plug-in" class that allows Perldoc to use
73 L<Pod::Text>, L<Pod::Perldoc>
H A DToTk.pm3 package Pod::Perldoc::ToTk;
7 use base qw(Pod::Perldoc::BaseTo);
20 use Pod::Perldoc ();
40 if Pod::Perldoc::IS_MSWin32 or Pod::Perldoc::IS_Dos
106 Pod::Perldoc::ToTk - let Perldoc use Tk::Pod to render Pod
114 This is a "plug-in" class that allows Perldoc to use
121 L<Tk::Pod>, L<Pod::Perldoc>
H A DToNroff.pm3 package Pod::Perldoc::ToNroff;
9 use base qw(Pod::Perldoc::BaseTo);
39 defined(&Pod::Perldoc::DEBUG)
40 and Pod::Perldoc::DEBUG()
55 Pod::Perldoc::ToNroff - let Perldoc convert Pod to nroff
63 This is a "plug-in" class that allows Perldoc to use
82 L<Pod::Man>, L<Pod::Perldoc>, L<Pod::Perldoc::ToMan>
H A DToMan.pm3 package Pod::Perldoc::ToMan;
12 use base qw(Pod::Perldoc::BaseTo);
59 if(Pod::Perldoc::IS_Linux and -t STDOUT
72 $command .= " | col -x" if Pod::Perldoc::IS_HPUX;
74 defined(&Pod::Perldoc::DEBUG)
75 and Pod::Perldoc::DEBUG()
84 defined(&Pod::Perldoc::DEBUG)
85 and &Pod::Perldoc::DEBUG()
89 defined(&Pod::Perldoc::DEBUG)
90 and Pod::Perldoc
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm4 package Pod::Perldoc;
29 use Pod::Perldoc::GetOptsOO; # uses the DEBUG.
115 "Perldoc v$VERSION, under perl v$] for $^O",
161 foreach my $prefix ("Pod::Perldoc::To", "Pod::Simple::", "Pod::") {
281 [Perldoc v$VERSION]
299 acquainted with the system. [Perldoc v$VERSION]
363 $self->opt_M_with('Pod::Perldoc::ToPod'); # the always-there fallthru
541 "When using Perldoc to format with $formatter_class, you have to\n"
558 printf "Perldoc (%s) output saved to %s\n",
620 Pod::Perldoc
[all...]

Completed in 25 milliseconds