Name : perl-Pod-Coverage
| |
Version : 0.23
| Vendor : openSUSE
|
Release : lp152.3.3
| Date : 2020-05-16 08:22:37
|
Group : Development/Libraries/Perl
| Source RPM : perl-Pod-Coverage-0.23-lp152.3.3.src.rpm
|
Size : 0.03 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : Checks if the documentation of a module is comprehensive
|
Description :
Developers hate writing documentation. They\'d hate it even more if their computer tattled on them, but maybe they\'ll be even more thankful in the long run. Even if not, _perlmodstyle_ tells you to, so you must obey.
This module provides a mechanism for determining if the pod for a given module is comprehensive.
It expects to find either a \'=head(n>1)\' or an \'=item\' block documenting a subroutine.
Consider: # an imaginary Foo.pm package Foo;
=item foo
The foo sub
= cut
sub foo {} sub bar {}
1; __END__
In this example \'Foo::foo\' is covered, but \'Foo::bar\' is not, so the \'Foo\' package is only 50% (0.5) covered
|
RPM found in directory: /vol/rzm3/linux-opensuse/ports/ppc/distribution/leap/15.2/repo/oss/noarch |