The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Net::FastCGI;

use strict;
use warnings;

our $VERSION = '0.14';

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

1;