File: Good1.pm

package info (click to toggle)
libtest-class-perl 0.52-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 540 kB
  • sloc: perl: 1,706; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 78 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
package Tests::Good1;

use strict;
use warnings;

sub ok { __PACKAGE__ }

1;