This file is indexed.

/usr/share/perl5/Bio/Chado/Schema/Result/Stock.pod is in libbio-chado-schema-perl 0.20000-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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
package Bio::Chado::Schema::Result::Stock;

=head1 NAME

Bio::Chado::Schema::Result::Stock - For tracking stock collections

=head1 CHADO MODULE

Classes in this namespace correspond to tables and views in the
Chado Stock module.

=head1 CLASSES

These classes are part of the L<Bio::Chado::Schema> distribution.

Below is a list of classes in this module of Chado.  Each of the
classes below corresponds to a single Chado table or view.

L<Bio::Chado::Schema::Result::Stock::Stock>

L<Bio::Chado::Schema::Result::Stock::StockCvterm>

L<Bio::Chado::Schema::Result::Stock::StockCvtermprop>

L<Bio::Chado::Schema::Result::Stock::StockDbxref>

L<Bio::Chado::Schema::Result::Stock::StockDbxrefprop>

L<Bio::Chado::Schema::Result::Stock::StockGenotype>

L<Bio::Chado::Schema::Result::Stock::StockPub>

L<Bio::Chado::Schema::Result::Stock::StockRelationship>

L<Bio::Chado::Schema::Result::Stock::StockRelationshipCvterm>

L<Bio::Chado::Schema::Result::Stock::StockRelationshipPub>

L<Bio::Chado::Schema::Result::Stock::Stockcollection>

L<Bio::Chado::Schema::Result::Stock::StockcollectionStock>

L<Bio::Chado::Schema::Result::Stock::Stockcollectionprop>

L<Bio::Chado::Schema::Result::Stock::Stockprop>

L<Bio::Chado::Schema::Result::Stock::StockpropPub>

=cut

1;