From 0e4de4ce426b478914ac562462dd9d8aff803b5b Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 26 Dec 2018 10:56:54 +0100 Subject: Add README, update Build.PL --- README | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 README (limited to 'README') 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 +------------------------------------------------------------------------------- + + + +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'. -- cgit v1.2.3