This file is indexed.

/usr/share/perl5/Genome/Vocabulary.pm is in libgenome-perl 0.06-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
14
15
16
17
18
19
20
21
22
23
package Genome::Vocabulary;

use warnings;
use strict;
use Genome;

class Genome::Vocabulary {
    is => 'UR::Vocabulary',
};

1;

=pod 

=head1 NAME

Genome::Vocabulary  - Domain specific terminology

=head1 DESCRIPTION

This module is used by the Genome namespace to identify domain-specific terminology in the software reflection system.

=cut