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