This file is indexed.

/usr/share/perl5/POE/Component/IKC.pm is in libpoe-component-ikc-perl 0.2402-1.

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
package POE::Component::IKC;
# $Id: IKC.pm 1247 2014-07-07 09:06:34Z fil $

use strict;
use vars qw( $VERSION );
$VERSION='0.2402';

# Force CPAN to see this

sub DEBUG () { 0 }


1;