Add a page for FU

This commit is contained in:
Yorhel 2025-04-23 18:51:16 +02:00
parent 9708daae74
commit f8bcdbe1e6
24 changed files with 219 additions and 8 deletions

View file

@ -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;