diff --git a/README b/README new file mode 100644 index 0000000000000000000000000000000000000000..35f0e17880bdcf4edbd87665b8076e12faf25515 --- /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.