Name : perl-Pod-Coverage
| |
Version : 0.23
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.31.3
| Date : 2023-05-17 15:18:54
|
Group : Development/Libraries/Perl
| Source RPM : perl-Pod-Coverage-0.23-lp155.31.3.src.rpm
|
Size : 0.03 MB
| |
Packager : https://www_suse_com/
| |
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: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/15.5/noarch |