DEBSOURCES
Skip Quicknav
sources / libnet-fastcgi-perl / 0.14-2 / lib / Net / FastCGI.pm
123456789101112
package Net::FastCGI; use strict; use warnings; our $VERSION = '0.14'; use Net::FastCGI::Constant; use Net::FastCGI::Protocol; 1;