The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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;