summaryrefslogtreecommitdiff
path: root/README
blob: 0bb04b60d04b72f8ed094b103f10f774ef367c20 (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
Travel::Status::DE::DBWagenreihung - Interface to Deutsche Bahn Wagon Order API
-------------------------------------------------------------------------------

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

This software is not stable yet; API, script and module names/usage may change
without notice. There is no backwards compatibility.

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

* perl 5.20 or newer
* JSON
* LWP::UserAgent
* Travel::Status::DE::IRIS

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::DBWagenreihung'.  This distribution
also ships the script 'db-wagenreihung', see 'man db-wagenreihung'.