From f2d6bd8404ec6e5fdaab7d15982d05421e3aa8ed Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 27 Jun 2011 12:55:54 +0200 Subject: Add README --- README | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..35f0e17 --- /dev/null +++ b/README @@ -0,0 +1,31 @@ +Travel::Status::DE::DeutscheBahn - +Interface to the DeutscheBahn online departure monitor +------------------------------------------------------ + +* + + +Dependencies +------------ + + * perl version 5.10 or newer + * Clas::Accessor + * LWP::UserAgent (usually shipped by libwww-perl) + * XML::LibXML + +Installation +------------ + +$ perl Build.PL +$ perl Build +$ sudo perl Build install + +You can then run 'man Travel::Status::DE::DeutscheBahn' for more information. +Thi distribution also ships the example script 'db-ris', see 'man db-ris'. + +Testing +------- + +$ perl Build test + +This will require the Test::More, Test::Compile and Test::Pod modules. -- cgit v1.2.3