File: 00_base.t

package info (click to toggle)
libhtml-fillinform-perl 2.22-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 356 kB
  • sloc: perl: 649; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 78 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8

BEGIN {
	print "1..1\n";
}

use HTML::FillInForm;

BEGIN { print "ok 1\n"; }