package Net::FastCGI; use strict; use warnings; our $VERSION = '0.13'; use Net::FastCGI::Constant; use Net::FastCGI::Protocol; 1;