OXIESEC PANEL
- Current Dir:
/
/
usr
/
lib
/
x86_64-linux-gnu
/
perl5
/
5.26
/
File
/
FcntlLock
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
01/31/2023 12:38:17 PM
rwxr-xr-x
📄
Core.pm
3.29 KB
07/31/2014 08:10:21 PM
rw-r--r--
📄
Errors.pm
4.03 KB
05/27/2014 01:25:15 PM
rw-r--r--
📄
Inline.pm
7.32 KB
07/26/2017 08:06:15 PM
rw-r--r--
📄
Inline.pod
10.47 KB
05/27/2014 02:26:08 PM
rw-r--r--
📄
Pure.pm
2.21 KB
07/26/2017 08:06:15 PM
rw-r--r--
📄
Pure.pod
10.47 KB
05/27/2014 02:26:08 PM
rw-r--r--
📄
XS.pm
494 bytes
07/31/2014 08:04:40 PM
rw-r--r--
📄
XS.pod
10.47 KB
05/27/2014 02:26:08 PM
rw-r--r--
Editing: XS.pm
Close
# -*- 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: