Add a page for FU
This commit is contained in:
parent
9708daae74
commit
f8bcdbe1e6
24 changed files with 219 additions and 8 deletions
|
|
@ -26,6 +26,14 @@ sub pod2url($page, $sect='') {
|
|||
'TUWF::Response' => '/tuwf/man/response',
|
||||
'TUWF::XML' => '/tuwf/man/xml',
|
||||
'TUWF::Validate' => '/tuwf/man/validate',
|
||||
'FU' => '/fu/man',
|
||||
'FU::Log' => '/fu/man/log',
|
||||
'FU::MultipartFormData' => '/fu/man/mfd',
|
||||
'FU::Pg' => '/fu/man/pg',
|
||||
'FU::SQL' => '/fu/man/sql',
|
||||
'FU::Util' => '/fu/man/util',
|
||||
'FU::Validate' => '/fu/man/validate',
|
||||
'FU::XMLWriter' => '/fu/man/xmlwriter',
|
||||
'' => '',
|
||||
}->{$page||''} // "https://metacpan.org/pod/$page";
|
||||
$lnk .= '#'.(lc $sect =~ s/\s+/-/gsr) if $sect;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue