/usr/local/CPAN/Net-FastCGI/Net/FastCGI.pm


package Net::FastCGI;

use strict;
use warnings;

our $VERSION = '0.13';

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

1;