File: 01-load.t

package info (click to toggle)
libfcgi-perl 0.82%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: perl: 145; makefile: 14
file content (4 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (15)
1
2
3
4
use Test;
BEGIN { plan tests => 1 };
use FCGI;
ok(1); # If we made it this far, we're ok.