summaryrefslogtreecommitdiff
path: root/t/PC_Inherits.pm
blob: fa3f10811d049c3a515931a340e9b2f921ce40f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package PC_Inherits;
use base qw(PC_Inherited);

=head1 NAME

PC_Inherit - inherits and doesn't document parent things!

=cut

# documented in parent; stupid to document here, too!
sub new { }

1;