Mineplex/.FILES USED TO GET TO WHERE WE ARE PRESENTLY/xampp/perl/vendor/lib/Fh.pm
Daniel Waggner 76a7ae65df PUUUUUSH
2023-05-17 14:44:01 -07: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.50';
1;