File: Example.pm

package info (click to toggle)
libtest-file-sharedir-perl 1.000005-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 440 kB
  • ctags: 45
  • sloc: perl: 505; 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;