HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //lib/x86_64-linux-gnu/perl5/5.34/File/FcntlLock/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: