File: PodPrivate.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 (25 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

use strict;
use warnings;

package PodPrivate;

=head1 NAME

PodPrivate - there are privacy instructions in POD

=begin Pod::Coverage

  not_covered

p...s

=end Pod::Coverage

=cut

sub not_covered { }

sub pants { }

1;