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