This file is indexed.

/usr/share/perl5/POE/Component/IKC.pm is in libpoe-component-ikc-perl 0.2305-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 1077 2013-02-11 16:50:56Z fil $

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

# Force CPAN to see this

sub DEBUG () { 0 }


1;