File: 00_compile.t

package info (click to toggle)
libformvalidator-simple-perl 0.29-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 412 kB
  • sloc: perl: 3,043; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 83 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
use strict;
use Test::More tests => 1;

BEGIN{ use_ok("FormValidator::Simple") }