File: test.pl

package info (click to toggle)
libfcgi-perl 0.67-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 420 kB
  • ctags: 387
  • sloc: ansic: 3,299; makefile: 47; perl: 6
file content (4 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (14)
1
2
3
4
use Test;
BEGIN { plan tests => 1 };
use FCGI;
ok(1); # If we made it this far, we're ok.