summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-01-24 12:33:08 +0100
committerDaniel Friesel <derf@finalrewind.org>2014-01-24 12:33:08 +0100
commitfb3d484eb7bbc5072af41d97495ff91e013ef34c (patch)
tree11bab0308477cb14ca07ab5f34d10723063b75ea /README
parent673ae925dc81da62424bc0bb99dffdb07088acfe (diff)
initial release0.01
Diffstat (limited to 'README')
-rw-r--r--README28
1 files changed, 28 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..7ceae7a
--- /dev/null
+++ b/README
@@ -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'.