This file is indexed.

/usr/share/perl5/POE/Component/IKC.pm is in libpoe-component-ikc-perl 0.2302-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 819 2011-08-27 01:57:36Z fil $

use strict;
use vars qw( $VERSION );
$VERSION="0.2302";

# Force CPAN to see this

sub DEBUG () { 0 }


1;