Home
last modified time | relevance | path

Searched refs:splitpod (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Dinstallhtml76 it invokes I<splitpod>, a separate program in the Perl 5 core distribution,
80 =item B<--splitpod> Directory containing the splitpod program
82 The directory containing the splitpod program. The default is 'podroot/pod'.
139 splitpod.
140 --splitpod - directory where the program splitpod can be found
158 $splitpod = ""; # nothing for now.
183 splitpod=s
193 $splitpod = "$podroot/pod" unless $splitpod;
289 $splitpod = $Options{splitpod} if defined $Options{splitpod};
360 splitpod("$podroot/$dirname/$filename", "$podroot/$dirname", $htmldir,
[all …]