summaryrefslogtreecommitdiff
path: root/README
blob: b6010b62b66064df85ddbbb849f592b7625429e1 (plain)
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
Travel::Status::DE::DeutscheBahn -
Interface to the DeutscheBahn online departure monitor
------------------------------------------------------

* <http://derf.homelinux.org/projects/Travel-Status-DE-DeutscheBahn/>


Dependencies
------------

 * perl version 5.10.1 or newer
 * Class::Accessor
 * LWP::UserAgent (usually shipped by libwww-perl)
 * XML::LibXML

Installation
------------

$ perl Build.PL
$ perl Build
$ sudo perl Build install

You can then run 'man Travel::Status::DE::DeutscheBahn' for more information.
This distribution also ships the example script 'db-ris', see 'man db-ris'.

Testing
-------

$ perl Build test

This will require the Test::More, Test::Compile and Test::Pod modules.