This file is indexed.

/usr/share/doc/libhtml-mason-perl-doc/examples/mason_example/busy.html is in libhtml-mason-perl-doc 1:1.52-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
%# -*- perl -*-

<& lib/hourglass.mhtml, op => "show" &>

% for my $i (1..5) {
<p> (<%$i%>) This is some content that takes a while to produce </p>
%  sleep(1);
% }

<& lib/hourglass.mhtml, op => "hide" &>

</body>
</html>

<%attr>
title => "Hourglass demonstration"
requires_mod_perl => 1
</%attr>