File: Hello.pm

package info (click to toggle)
libpar-perl 1.020-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 356 kB
  • sloc: perl: 1,047; makefile: 2; sh: 2
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;