~ubuntu-branches/ubuntu/utopic/libgeo-metar-perl/utopic

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Jay Bonci
  • Date: 2004-10-27 14:39:56 UTC
  • mfrom: (0.1.1 upstream) (1.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041027143956-67r5v7ahjmxqr36r
Tags: 1.14-5
* Change to POD formatting so URL doesn't break oddly (Closes: #272910)
* Make examples executable (Closes: #273082)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This package differs slightly from the Geo::METAR distribution available at 
 
2
CPAN.  We've applied several patches to make it easier to use, develop, and
 
3
test.
 
4
 
 
5
We are accepting more fixes for the module, and you are free to use these
 
6
fixes under the same terms as the module itself. Please submit them to the 
 
7
Debian BTS:
 
8
        http://bugs.debian.org/libgeo-metar-perl
 
9
 
 
10
Contributors:
 
11
        Timo Hietanen <thietanen@iki.fi> (#262397)
 
12
    - also grabs the altimeter setting if it's reported in hectopascals (Q\d\d\d\d instead of A\d\d\d\d)
 
13
    - dont's set $self->{MOD} to "AUTO" by default
 
14
    - tries a bit harder not to mix up weather groups with station identifiers
 
15
    - recognizes the visibility setting "CAVOK" (ceiling and visibility OK)
 
16
    - Doesn't recognize the METAR tag dddVddd (d = digit), which defines wind direction's variation.
 
17
    - Assumes that station ID begins with the letter 'K' (matches /K[A-Z]{3,3}/), while it should match /[A-Z]{4,4}/
 
18
    - Tries to find the visibility information even though $self->{visibility} isn't defined (information 
 
19
        missing from the METAR report). This leads to a couple of warnings about uninitalized variables.
 
20
 
 
21
 
 
22
                --Jay Bonci
 
23
                <jaybonci@debian.org>
 
24