diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-06-27 12:55:54 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-06-27 12:55:54 +0200 |
commit | f2d6bd8404ec6e5fdaab7d15982d05421e3aa8ed (patch) | |
tree | 9f96f29d91a1e33069f789738422f2340ffb44f0 /README | |
parent | 90a653d7ec45a2e96547035c2968d6e2223d85b5 (diff) |
Add README
Diffstat (limited to 'README')
-rw-r--r-- | README | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -0,0 +1,31 @@ +Travel::Status::DE::DeutscheBahn - +Interface to the DeutscheBahn online departure monitor +------------------------------------------------------ + +* <http://derf.homelinux.org/projects/Travel-Status-DE-DeutscheBahn/> + + +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. |