Lines Matching defs:Pod

0 # Pod::Man -- Convert POD data to formatted *roff input.
24 package Pod::Man;
29 use Pod::ParseLink qw(parselink);
30 use Pod::Parser ();
36 @ISA = qw(Pod::Parser);
289 # to the architecture of Pod::Parser, so that *has* to either be passed to the
290 # constructor or set separately with Pod::Man::name().
455 my $pversion = $Pod::Parser::VERSION;
457 .\\" Automatically generated by Pod::Man v$VERSION, Pod::Parser v$pversion
485 # paragraph, the line number, and a Pod::Paragraph object. Just dispatches
487 # internally by Pod::Parser.
508 # Pod::Paragraph object. Rofficate backslashes, untabify, put a zero-width
527 # Pod::Paragraph object. Perform interpolation and output the results.
555 # Called for a formatting code. Takes a Pod::InteriorSequence object and
1009 # Barrie Slaymaker. This largely duplicates similar code in Pod::Text.
1147 Pod::Man - Convert POD data to formatted *roff input
1151 use Pod::Man;
1152 my $parser = Pod::Man->new (release => $VERSION, section => 8);
1162 Pod::Man is a module to convert documentation in the POD format (the
1169 As a derived class from Pod::Parser, Pod::Man supports the same methods and
1170 interfaces. See L<Pod::Parser> for all the details; briefly, one creates a
1171 new parser with C<< Pod::Man->new() >> and then calls either
1177 If no options are given, Pod::Man uses the name of the input file with any
1185 Pod::Man assumes that your *roff formatters have a fixed-width font named
1191 Besides the obvious pod conversions, Pod::Man also takes care of formatting
1237 Pod::Man doesn't assume you have this, and defaults to CB. Some systems
1246 module path. If it is, a path like C<.../lib/Pod/Man.pm> is converted into
1247 a name like C<Pod::Man>. This option, if given, overrides any automatic
1265 Pod::Man under. Note that some system an macro sets assume that the
1286 The standard Pod::Parser method parse_from_filehandle() takes up to two
1291 input and output disk files instead. See L<Pod::Parser> for the specific
1301 wasn't either one or two characters. Pod::Man doesn't support *roff fonts
1308 Pod::Man was unable to parse. You should never see this error message; it
1309 probably indicates a bug in Pod::Man.
1319 the form C<=command args>) that Pod::Man didn't know about. It was ignored.
1323 (W) The POD source contained an C<EE<lt>E<gt>> escape that Pod::Man didn't
1329 the form C<XE<lt>E<gt>>) that Pod::Man didn't know about. It was ignored.
1333 (W) Pod::Man encountered a C<=back> command that didn't correspond to an
1358 Pod::Man doesn't handle font names longer than two characters. Neither do
1367 Pod::Man is excessively slow.
1375 When and whether to use small caps is somewhat tricky, and Pod::Man doesn't
1380 L<Pod::Parser>, L<perlpod(1)>, L<pod2man(1)>, L<nroff(1)>, L<troff(1)>,