This file is indexed.

/usr/share/perl5/Tangram/Springfield.pod is in libtangram-perl 2.12-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
=head1 NAME

Tangram::Springfield - classes and schema used in the Guided Tour

=head1 SYNOPSIS

   use Tangram;
   use Tangram::Springfield;

   # deploy the storage
   # store & retrieve objects

=head1 DESCRIPTION

This modules contains the declarations of the classes used in the
Guided Tour. It also creates Schema object for that class system,
and stores it in the $schema variable. That variable is exported to
the C<main> package by default.

The UML diagram for the classes can be found in L<Tangram>.

=head1 SEE ALSO

L<Tangram>, L<Tangram::Schema>, L<Tangram::Relational>,
L<Tangram::Storage>, L<Tangram::Deploy>.