summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-12-26 10:56:54 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-12-26 10:57:57 +0100
commit0e4de4ce426b478914ac562462dd9d8aff803b5b (patch)
tree5569cc7bf4df752da6c49a540e99a7895efbfad8
parent0e8352da3e31cb0fbedd3e50d21efe3a64866219 (diff)
Add README, update Build.PL
-rw-r--r--Build.PL1
-rw-r--r--README36
2 files changed, 37 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 714f414..99dbd75 100644
--- a/Build.PL
+++ b/Build.PL
@@ -24,6 +24,7 @@ Module::Build->new(
'JSON' => 0,
'List::Util' => 0,
'LWP::UserAgent' => 0,
+ 'Travel::Status::DE::IRIS' => 1.20,
},
sign => 1,
meta_merge => {
diff --git a/README b/README
new file mode 100644
index 0000000..0bb04b6
--- /dev/null
+++ b/README
@@ -0,0 +1,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'.