File: Child.pm

package info (click to toggle)
libdata-section-perl 0.200007-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 236 kB
  • sloc: perl: 412; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
use strict;
use warnings;
package Child;
use Godfather;
use base qw(Mother Godfather);
1;
__DATA__
__[b]__
22
__[c]__
33
__[d]__
44