Files
GseTDDUebungKCLR/database/perl/vendor/lib/Fh.pm
Riley Schneider b732d8d4b5 Initial Commit
2025-12-03 16:38:10 +01: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.51';
1;