File: INSTALL

package info (click to toggle)
libweather-com-perl 0.5.0-3etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 344 kB
  • ctags: 148
  • sloc: perl: 3,509; makefile: 46; sh: 11
file content (39 lines) | stat: -rw-r--r-- 970 bytes parent folder | download | duplicates (2)
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
Weather-Com Installation Instructions
=====================================

Installation of Weather-Com is pretty much Perl standard.

To install this module type the following:

   perl Makefile.PL
   make
   make test	   # best with Test::MockObject installed
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  - Locale::Maketext
  - LWP::UserAgent
  - Storable
  - Time::Local
  - Time::Format
  - URI::Escape
  - XML::Simple

COPYRIGHT AND LICENCE

Copyright (C) 2004-2005 by Thomas Schnuecker (thomas@schnuecker.de)

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

The data provided by weather.com and made accessible by this OO
interface can be used for free under special terms. 

Please register at http://www.weather.com/services/xmloap.html, download
the SDK and have a look at the application programming guide for further
information about legal issues.