File: Parent.pm

package info (click to toggle)
libdata-section-perl 0.200006-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 220 kB
  • ctags: 19
  • sloc: perl: 272; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
use strict;
use warnings;
package Parent;
use Data::Section -setup => { inherit => 0 };

1;
__DATA__
__[a]__
1
__[b]__
2
__[c]__
3