This file is indexed.

/usr/lib/perl5/Template/Tutorial.pod is in libtemplate-perl 2.24-1.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
#============================================================= -*-perl-*-
#
# Template::Tutorial
#
# DESCRIPTION
#   Section index for the Template::Tutorial documentation.
#
# AUTHOR
#   Andy Wardley  <abw@wardley.org>
#
# COPYRIGHT
#   Copyright (C) 1996-2007 Andy Wardley.  All Rights Reserved.
#
#   This module is free software; you can redistribute it and/or
#   modify it under the same terms as Perl itself.
#
#========================================================================

=head1 NAME

Template::Tutorial - Template Toolkit Tutorials

=head1 Template Toolkit Tutorials

=head2 Template::Tutorial::Web

The L<Template::Tutorial::Web> tutorial shows how you can use the 
Template Toolkit to generate static and dynamic web content.

=head2 Template::Tutorial::Datafile

The L<Template::Tutorial::Datafile> tutorial shows how you can
use the Template Toolkit to generate other data formats like XML.

=cut

# Local Variables:
# mode: perl
# perl-indent-level: 4
# indent-tabs-mode: nil
# End:
#
# vim: expandtab shiftwidth=4: