This file is indexed.

/usr/share/doc/libgeo-metar-perl/README.Debian is in libgeo-metar-perl 1.15-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
This package differs slightly from the Geo::METAR distribution available at 
CPAN.  We've applied several patches to make it easier to use, develop, and
test.

We are accepting more fixes for the module, and you are free to use these
fixes under the same terms as the module itself. Please submit them to the 
Debian BTS:
	http://bugs.debian.org/libgeo-metar-perl

Contributors:
   Timo Hietanen <thietanen@iki.fi> (#262397)
    - also grabs the altimeter setting if it's reported in hectopascals
      (Q\d\d\d\d instead of A\d\d\d\d)
    - dont's set $self->{MOD} to "AUTO" by default
    - tries a bit harder not to mix up weather groups with station identifiers
    - Tries to find the visibility information even though $self->{visibility}
      isn't defined (information missing from the METAR report). This leads to
      a couple of warnings about uninitalized variables.

A couple of bugs that need fixing, reported by Timo:

- Unknown METAR group: RESHRA
- Unknown METAR group: R06/P1500UU
- Unknown METAR group: VV002
- Unknown METAR group: 6000NE
- Unknown METAR group: 24CLRD//
- Unknown METAR group: 2419//95
- Interprets R24/0650V1400N R06/0800V1200D as temperature 24, dew point 6
- Convert numerals to numeric (04 -> 4)