Initial Commit
This commit is contained in:
10
database/perl/vendor/lib/Fh.pm
vendored
Normal file
10
database/perl/vendor/lib/Fh.pm
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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;
|
||||
Reference in New Issue
Block a user