SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Pod-Coverage-TrustPod rpm build for : openSUSE Leap 15. For other distributions click perl-Pod-Coverage-TrustPod.

Name : perl-Pod-Coverage-TrustPod
Version : 0.100005 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp151.7.1 Date : 2018-12-03 21:19:07
Group : Development/Libraries/Perl Source RPM : perl-Pod-Coverage-TrustPod-0.100005-lp151.7.1.src.rpm
Size : 0.03 MB
Packager : (none)
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: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Leap_15.1/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

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/x86_64-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