File: Hello.pm

package info (click to toggle)
libpar-perl 0.952-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,068 kB
  • ctags: 512
  • sloc: perl: 14,520; ansic: 870; makefile: 57
file content (9 lines) | stat: -rw-r--r-- 114 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
package Hello;

# This package (and file) is used by 40-par-hashref.t
use strict;
sub hello {
    return();
}

1;