This file is indexed.

/usr/lib/x86_64-linux-gnu/perl5/5.24/File/FcntlLock/XS.pm is in libfile-fcntllock-perl 0.22-3+b2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# -*- 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: