Skip to content
Snippets Groups Projects
Commit 0e4de4ce authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Add README, update Build.PL

parent 0e8352da
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ Module::Build->new( ...@@ -24,6 +24,7 @@ Module::Build->new(
'JSON' => 0, 'JSON' => 0,
'List::Util' => 0, 'List::Util' => 0,
'LWP::UserAgent' => 0, 'LWP::UserAgent' => 0,
'Travel::Status::DE::IRIS' => 1.20,
}, },
sign => 1, sign => 1,
meta_merge => { meta_merge => {
......
README 0 → 100644
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'.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment