Files
2024-10-14 00:08:40 +02:00

11 lines
166 B
Perl

# back compatibility package for any code explicitly checking
# that the filehandle object is a Fh
package Fh;
use strict;
use warnings;
$Fh::VERSION = '4.36';
1;