File: ChildWithPod.pm

package info (click to toggle)
libpod-coverage-trustpod-perl 0.100002-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 136 kB
  • sloc: perl: 128; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 196 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
package ChildWithPod;

use base qw(BaseWithNoPod);

=head1 NAME

ChildWithPod - And we inherit from someone without it, how rude!


=head1 METHODS

=head2 blah

Blah method

=cut

sub blah {}

1;