This file is indexed.

/usr/share/perl5/Catmandu/Template.pm is in libcatmandu-template-perl 0.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
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
package Catmandu::Template;

our $VERSION = '0.12';

1;

__END__

=head1 NAME

Catmandu::Template - Catmandu modules for working with templates

=begin markdown

# STATUS

[![Build Status](https://travis-ci.org/LibreCat/Catmandu-Template.svg?branch=master)](https://travis-ci.org/LibreCat/Catmandu-Template)
[![Coverage](https://coveralls.io/repos/LibreCat/Catmandu-Template/badge.png?branch=master)](https://coveralls.io/r/LibreCat/Catmandu-Template)
[![CPANTS kwalitee](http://cpants.cpanauthors.org/dist/Catmandu-Template.png)](http://cpants.cpanauthors.org/dist/Catmandu-Template)

=end markdown

=head1 MODULES

=over

=item * L<Catmandu::Exporter::Template>

=item * L<Catmandu::Fix::template>

=back

=head1 AUTHOR

Nicolas Steenlant, C<< <nicolas.steenlant at ugent.be> >>

=head1 CONTRIBUTOR

Vitali Peil, C<< <vitali.peil at uni-bielefeld.de> >>

Jakob Voss, C<< <jakob.voss at gbv.de> >>

Patrick Hochstenbach, C<< <patrick.hochstenbach at ugent.be> >>

=head1 LICENSE

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

=cut