File: Example.pm

package info (click to toggle)
libtest-file-sharedir-perl 1.001002-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 496 kB
  • ctags: 58
  • sloc: perl: 603; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (24)
1
2
3
4
5
6
7
8
9
#
#===============================================================================

use strict;
use warnings;

package Example;

1;