summaryrefslogtreecommitdiff
path: root/README
blob: 89db62f48dfc48801fc032de971752397e6af188 (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
32
33
34
35
36
37
38
39
40
41
Travel::Status::DE::URA - interface to URA-based departure monitors
-----------------------------------------------

This project is **deprecated**, as it looks like there are no URA instances in the wild anymore.
It may not receive updates or security fixes.

<https://finalrewind.org/projects/Travel-Status-DE-URA/>


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

 * perl version 5.10.1 or newer
 * Class::Accessor
 * DateTime
 * DateTime::Format::Duration
 * List::MoreUtils
 * LWP::UserAgent
 * Text::CSV


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

From a release tarball:

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

From git:

$ perl Build.PL
$ ./Build
$ ./Build manifest
$ sudo ./Build install

See also the Module::Build documentation.

You can then run 'man Travel::Status::DE::URA'.
This distribution also ships the script 'ura-m', see 'man ura-m'.