Searched full:parselink (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/ |
H A D | ParseLink.pm | 5 # exports only one function, parselink(), which returns the five-item parse 14 package Pod::ParseLink; 23 our @EXPORT = qw(parselink); 73 sub parselink { 113 Pod::ParseLink - Parse an LE<lt>E<gt> formatting code in POD text 117 use Pod::ParseLink; 119 my ($text, $inferred, $name, $section, $type) = parselink($link); 123 This module only provides a single function, parselink(), which takes the 151 calling parselink() (since EE<lt>E<gt> formatting codes can be used to 72 sub parselink { global() subroutine
|
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/parselink/ |
H A D | basic.t | 3 # Tests for Pod::ParseLink. 19 use_ok('Pod::ParseLink'); 23 # five-element parse returned by parselink. 118 my @results = parselink($link);
|
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/ |
H A D | perl.conf | 7 blib/lib/Pod/ParseLink.pm
|
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/ |
H A D | Makefile.PL | 135 'Pod::ParseLink' => { 136 file => 'lib/Pod/ParseLink.pm',
|
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/docs/ |
H A D | docknot.yaml | 107 Pod::ParseLink, for parsing the POD `L<>` formatting sequences. Also
|
/openbsd-src/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/ |
H A D | CoreList.pod | 143 'Pod::ParseLink' => { left => '1.05', right => '1.06' },
|
H A D | CoreList.pm | 1294 'Pod::ParseLink' => '1.05', 1689 'Pod::ParseLink' => '1.06', 3836 'Pod::ParseLink' => '1.09', 4470 'Pod::ParseLink' => '1.10', 12301 'Pod::ParseLink' => '4.04', 12436 'Pod::ParseLink' => '4.06', 12533 'Pod::ParseLink' => '4.07', 13317 'Pod::ParseLink' => '4.08', 13422 'Pod::ParseLink' => '4.09', 15094 'Pod::ParseLink' [all...] |
/openbsd-src/gnu/usr.bin/perl/pod/ |
H A D | perl58delta.pod | 1059 C<Pod::ParseLink>, by Russ Allbery, has been added,
|