DEBSOURCES
Skip Quicknav
sources / libcgi-pm-perl / 4.68-1 / lib / Fh.pm
12345678910
# back compatibility package for any code explicitly checking # that the filehandle object is a Fh package Fh; use strict; use warnings; $Fh::VERSION = '4.68'; 1;