Name : perl-Pod-Loom
| |
Version : 0.08
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.215.1
| Date : 2023-07-20 19:15:56
|
Group : Development/Libraries/Perl
| Source RPM : perl-Pod-Loom-0.08-lp155.215.1.src.rpm
|
Size : 0.11 MB
| |
Packager : https://www_suse_com/
| |
Summary : Weave pseudo-POD into real POD
|
Description :
Pod::Loom extracts all the POD sections from Perl code, passes the POD to a template that may reformat it in various ways, and then returns a copy of the code with the reformatted POD at the end.
A template may convert non-standard POD commands like \'=method\' and \'=attr\' into standard POD, reorder sections, and generally do whatever it likes to the POD.
The document being reformatted can specify the template to use with a line like this:
=for Pod::Loom-template TEMPLATE_NAME
Otherwise, you can specify the template in the Pod::Loom constructor:
$loom = Pod::Loom->new(template => TEMPLATE_NAME);
TEMPLATE_NAME is automatically prefixed with \'Pod::Loom::Template::\' to form a class name. If you want to use a template outside that namespace, prefix the class name with \'=\' to indicate that.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-P/15.5/noarch |