Fix a spelling mistake in the docs.
[catagits/fcgi2.git] / perl / test.pl
1 use Test;
2 BEGIN { plan tests => 1 };
3 use FCGI;
4 ok(1); # If we made it this far, we're ok.