-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
44 lines (30 loc) · 1004 Bytes
/
README
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
30
31
32
33
34
35
36
37
38
39
40
41
42
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.