File: MyTestModule3.pm

package info (click to toggle)
liblib-relative-perl 1.002-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 180; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 73 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
package MyTestModule3;
use strict;
use warnings;

sub foo { 'buzz' }

1;