File: Module.pm

package info (click to toggle)
libtest-compile-perl 1.0.1-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 252 kB
  • sloc: perl: 516; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 57 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
use strict;
use warnings;

sub func1 {
  return 1;
}

1;