File: TrustMe.pm

package info (click to toggle)
libpod-coverage-trustpod-perl 0.100006-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 188 kB
  • sloc: perl: 308; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

use strict;
use warnings;

package TrustMe;

=head1 NAME

TrustMe - we have an anchor-free trustme and anchored =for

=for Pod::Coverage xyz

=cut

sub foo_zzz_bar { }

sub xyz { }

sub foo_xyz_bar { }

1;