Mineplex/.FILES USED TO GET TO WHERE WE ARE PRESENTLY/xampp/perl/vendor/lib/Fh.pm

11 lines
166 B
Perl
Raw Normal View History

2023-05-17 21:44:01 +00:00
# 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;