![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /proc/self/root/proc/thread-self/root/usr/lib64/perl5/vendor_perl/File/FcntlLock/ |
# -*- 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 <[email protected]> # 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: