One Hat Cyber Team
Your IP :
3.135.208.76
Server IP :
103.133.214.160
Server :
Linux venus.ewebguru.net 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software :
Apache/2
PHP Version :
8.1.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib64
/
perl5
/
vendor_perl
/
File
/
FcntlLock
/
View File Name :
XS.pm
# -*- cperl -*- # # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. # # Copyright (C) 2002-2014 Jens Thoms Toerring <jt@toerring.de> # Alias for package for File::FcntlLock package File::FcntlLock::XS; use v5.6.1; use strict; use warnings; use base qw( File::FcntlLock ); our $VERSION = File::FcntlLock->VERSION; our @EXPORT = @File::FcntlLock::EXPORT; 1; # Local variables: # tab-width: 4 # indent-tabs-mode: nil # End: