Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Pod-Coverage-TrustPod | Distribution: openSUSE Tumbleweed |
Version: 0.100006 | Vendor: openSUSE |
Release: 1.8 | Build date: Sun Jan 1 04:13:18 2023 |
Group: Unspecified | Build host: reproducible |
Size: 28079 | Source RPM: perl-Pod-Coverage-TrustPod-0.100006-1.8.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://metacpan.org/release/Pod-Coverage-TrustPod | |
Summary: Allow a module's pod to contain Pod::Coverage hints |
This is a Pod::Coverage subclass (actually, a subclass of Pod::Coverage::CountParents) that allows the POD itself to declare certain symbol names trusted. Here is a sample Perl module: package Foo::Bar; =head1 NAME Foo::Bar - a bar at which fooes like to drink =head1 METHODS =head2 fee returns the bar tab =cut sub fee { ... } =head2 fie scoffs at bar tab =cut sub fie { ... } sub foo { ... } =begin Pod::Coverage foo =end Pod::Coverage =cut This file would report full coverage, because any non-empty lines inside a block of POD targeted to Pod::Coverage are treated as 'trustme' patterns. Leading and trailing whitespace is stripped and the remainder is treated as a regular expression anchored at both ends. Remember, anywhere you could use '=begin' and '=end' as above, you could instead write: =for Pod::Coverage foo In some cases, you may wish to make the entire file trusted. The special pattern '*EVERYTHING*' may be provided to do just this. Keep in mind that Pod::Coverage::TrustPod sets up exceptions using the "trust" mechanism rather than the "privacy" mechanism in Pod::Coverage. This is unlikely ever to matter to you, but it's true.
Artistic-1.0 OR GPL-1.0-or-later
* Sun Jan 01 2023 Tina Müller <timueller+perl@suse.de> - updated to 0.100006 see /usr/share/doc/packages/perl-Pod-Coverage-TrustPod/Changes 0.100006 2022-12-31 14:06:16-05:00 America/New_York - update packaging and metadata - minimum required Perl is now v5.12 * Tue Mar 13 2018 coolo@suse.com - updated to 0.100005 see /usr/share/doc/packages/perl-Pod-Coverage-TrustPod/Changes 0.100005 2018-03-12 08:34:52-04:00 America/New_York - remove an accidentally introduced // operator! * Mon Mar 05 2018 coolo@suse.com - updated to 0.100004 see /usr/share/doc/packages/perl-Pod-Coverage-TrustPod/Changes 0.100004 2018-03-04 22:46:25-05:00 America/New_York - report more usefully when a regex can't be compiled * Tue Mar 18 2014 coolo@suse.com - updated to 0.100003 anchor the regex at both ends when matching symbols: /\A...\z/ simplify tests to avoid causing bizarre catastrophic failures on 5.13.11 * Fri Jan 21 2011 coolo@novell.com - initial package 0.092832 * created by cpanspec 1.78.03
/usr/lib/perl5/vendor_perl/5.40.0/Pod /usr/lib/perl5/vendor_perl/5.40.0/Pod/Coverage /usr/lib/perl5/vendor_perl/5.40.0/Pod/Coverage/TrustPod.pm /usr/share/doc/packages/perl-Pod-Coverage-TrustPod /usr/share/doc/packages/perl-Pod-Coverage-TrustPod/Changes /usr/share/doc/packages/perl-Pod-Coverage-TrustPod/README /usr/share/licenses/perl-Pod-Coverage-TrustPod /usr/share/licenses/perl-Pod-Coverage-TrustPod/LICENSE /usr/share/man/man3/Pod::Coverage::TrustPod.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jan 31 23:50:31 2025