File: test.pl

package info (click to toggle)
libfcgi-perl 0.79%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 148 kB
  • sloc: perl: 149; makefile: 10
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.