diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-01-24 12:33:08 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-01-24 12:33:08 +0100 |
commit | fb3d484eb7bbc5072af41d97495ff91e013ef34c (patch) | |
tree | 11bab0308477cb14ca07ab5f34d10723063b75ea /README | |
parent | 673ae925dc81da62424bc0bb99dffdb07088acfe (diff) |
initial release0.01
Diffstat (limited to 'README')
-rw-r--r-- | README | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -0,0 +1,28 @@ +Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors +------------------------------------------------------------------------- + +* <http://finalrewind.org/projects/Travel-Status-DE-IRIS/> + + +Dependencies +------------ + +* perl version 5.14.2 or newer +* Class::Accessor +* DateTime +* DateTime::Format::Strptime +* List::MoreUtils +* LWP::UserAgent +* XML::LibXML + +Installation +------------ + +* perl Build.PL +* ./Build +* sudo ./Build install + +See also the Module::Build documentation. + +You can then run 'man Travel::Status::DE::IRIS'. +This distribution also ships the script 'db-iris', see 'man db-iris'. |