summaryrefslogtreecommitdiff
path: root/t/PC_Inherits.pm
diff options
context:
space:
mode:
Diffstat (limited to 't/PC_Inherits.pm')
-rw-r--r--t/PC_Inherits.pm13
1 files changed, 13 insertions, 0 deletions
diff --git a/t/PC_Inherits.pm b/t/PC_Inherits.pm
new file mode 100644
index 0000000..fa3f108
--- /dev/null
+++ b/t/PC_Inherits.pm
@@ -0,0 +1,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;