This file is indexed.

/usr/share/perl5/Jifty/Manual.pm is in libjifty-perl 1.10518+dfsg-3ubuntu1.

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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
=head1 NAME

Jifty::Manual - Jifty documentation

=head1 DESCRIPTION

This manual is divided into many separate pages, each covering a specific topic
thoroughly.

=over 4

=item L<Jifty::Manual::AccessControl>

Implementing access controls in your Jifty app

=item L<Jifty::Manual::Actions>

All about actions and how to use them

=item L<Jifty::Manual::Continuations>

Continuations made easy. Easier..

=item L<Jifty::Manual::Cookbook>

Chunk-sized pearls of wisdom for accomplishing common tasks

=item L<Jifty::Manual::Deploying>

How to go from C<jifty server> to a robust web-server and database environment

=item L<Jifty::Manual::FAQ>

Frequently asked questions, for some value of frequent

=item L<Jifty::Manual::Glossary>

Common terms that you might want to learn

=item L<Jifty::Manual::Logging>

How to control Jifty's logging, which is backed by L<Log::Log4perl>

=item L<Jifty::Manual::Models>

All about models -- the creepy crawlies that live in your database

=item L<Jifty::Manual::ObjectModel>

How all the bits of Jifty hang together

=item L<Jifty::Manual::PageRegions>

You too can have sexy AJAX!

=item L<Jifty::Manual::RequestHandling>

The life cycle of a page load

=item L<Jifty::Manual::Style>

Style guide for the Jifty project itself

=item L<Jifty::Manual::Tutorial>

Your first stop on this tour

=item L<Jifty::Manual::TutorialRest>

Using the REST API in your application

=item L<Jifty::Manual::Tutorial_de>

The tutorial in German

=item L<Jifty::Manual::Tutorial_ja>

The tutorial in Japanese

=item L<Jifty::Manual::Tutorial_zhtw>

The tutorial in Traditional Chinese

=item L<Jifty::Manual::Upgrading>

How to change your application's database

=item L<Jifty::Manual::UsingCSSandJS>

How to use custom CSS and JavaScript in your application

=back

=cut

1;