The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Weather::YR
========================

The README is used to introduce the module and provide instructions on
how to install the module, any machine dependencies it may have (for
example C compilers and installed libraries) and any other information
that should be provided before the module is installed.

This package interacts with the web services of YR and MET (Meteorologisk
institutt), available from api.yr.no (or api.met.no).

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

    Data::Dumper
    DateTime
    DateTime::Format::ISO8601
    Error
    LWP::UserAgent
    NEXT
    Params::Validate
    XML::Simple

    File::Slurp (for running tests)
    Test::More (for running tests)

COPYRIGHT AND LICENCE

Copyright (C) 2008 by Knut-Olav Hoven

This library is free software; you can redistribute it and/or modify
it under the terms of GNU GPL version 2.