Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / libtest-pod-coverage-perl / libtest-pod-coverage-perl-1.08 / t / PC_Inherits.pm
1 package PC_Inherits;
2 use base qw(PC_Inherited);
3
4 =head1 NAME
5
6 PC_Inherit - inherits and doesn't document parent things!
7
8 =cut
9
10 # documented in parent; stupid to document here, too!
11 sub new { }
12
13 1;