Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Pod-Coverage-TrustPod-0.100005-bp153.1.12 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: perl-Pod-Coverage-TrustPod Distribution: SUSE Linux Enterprise 15 SP3
Version: 0.100005 Vendor: openSUSE
Release: bp153.1.12 Build date: Sat Mar 6 10:33:39 2021
Group: Development/Libraries/Perl Build host: lamb63
Size: 27480 Source RPM: perl-Pod-Coverage-TrustPod-0.100005-bp153.1.12.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/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.

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* 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

Files

/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


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024