Name : perl-Pod-Loom
| |
Version : 0.08
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.1
| Date : 2015-09-25 07:46:59
|
Group : Development/Libraries/Perl
| Source RPM : perl-Pod-Loom-0.08-1.1.src.rpm
|
Size : 0.11 MB
| |
Packager : (none)
| |
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/openSUSE_Leap_42.1/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(Pod::Loom)
perl(Pod::Loom::Parser)
perl(Pod::Loom::Role::Extender)
perl(Pod::Loom::Template)
perl(Pod::Loom::Template::Default)
perl(Pod::Loom::Template::Identity)
perl(Pod::Loom::_EventCounter)
perl-Pod-Loom
Requires :