This file is indexed.

/usr/lib/x86_64-linux-gnu/perl5/5.22/Imager/include/imperlio.h is in libimager-perl 1.004+dfsg-1build1.

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
#ifndef IMAGER_IMPERLIO_H
#define IMAGER_IMPERLIO_H

extern i_io_glue_t *
im_io_new_perlio(pTHX_ PerlIO *handle);

#endif