SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Pod-Coverage-TrustPod rpm build for : OpenSuSE. For other distributions click perl-Pod-Coverage-TrustPod.

Name : perl-Pod-Coverage-TrustPod
Version : 0.100005 Vendor : openSUSE
Release : bp153.1.1 Date : 2021-02-21 10:55:14
Group : Development/Libraries/Perl Source RPM : perl-Pod-Coverage-TrustPod-0.100005-bp153.1.1.src.rpm
Size : 0.03 MB
Packager : https://bugs_opensuse_org
Summary : Allow a module\'s pod to contain Pod::Coverage hints
Description :
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.

RPM found in directory: /vol/rzm3/linux-opensuse/ports/armv7hl/distribution/leap/15.3/repo/oss/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Pod-Coverage-TrustPod-0.100005-bp153.1.1.noarch.rpm
ftp.icm.edu.pl  perl-Pod-Coverage-TrustPod-0.100005-bp153.1.1.noarch.rpm
     

Provides :
perl(Pod::Coverage::TrustPod)
perl-Pod-Coverage-TrustPod

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(Pod::Coverage::CountParents)
perl(Pod::Eventual::Simple)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Pod
/usr/lib/perl5/vendor_perl/5.26.1/Pod/Coverage
/usr/lib/perl5/vendor_perl/5.26.1/Pod/Coverage/TrustPod.pm
/usr/lib/perl5/vendor_perl/5.26.1/armv7l-linux-thread-multi
/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

 
ICM