summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/misc/p5-net-fastcgi/lib/Net/FastCGI.pm
blob: 4126b21985502972e2dcb44d0f3d711ab1e534f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package Net::FastCGI;

use strict;
use warnings;

our $VERSION = '0.14';

use Net::FastCGI::Constant;
use Net::FastCGI::Protocol;

1;