This file is indexed.

/usr/share/doc/lire/dev-manual/ch15s02.html is in lire-devel-doc 2:2.1.1-2.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
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Perl Coding Standards</title><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="Lire Developer's Manual"><link rel="up" href="ch15.html" title="Chapter 15. Coding Standards"><link rel="prev" href="ch15.html" title="Chapter 15. Coding Standards"><link rel="next" href="ch16.html" title="Chapter 16. Making Lire &#8220;Test-infected&#8221;"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Perl Coding Standards</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch15.html">Prev</a> </td><th width="60%" align="center">Chapter 15. Coding Standards</th><td width="20%" align="right"> <a accesskey="n" href="ch16.html">Next</a></td></tr></table><hr></div><div class="section" title="Perl Coding Standards"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="sect:perl-coding-standards"></a>Perl Coding Standards</h2></div></div></div><p>Perl scripts should use strict, and run -w.
        Documentation should come in .pod format, documentation about script
        internals should be in perl comments.</p><p>No &amp; in function call unless necessary.</p><p>Split long lines using hard return; try to respect the 72th
        column margin (this is kind of a soft limit).</p><p>Refer to the Lire::Program manpage for more details.</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch15.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch15.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch16.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 15. Coding Standards </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 16. Making Lire <span class="quote">&#8220;<span class="quote">Test-infected</span>&#8221;</span></td></tr></table></div></body></html>