summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-06-27 12:55:54 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-06-27 12:55:54 +0200
commitf2d6bd8404ec6e5fdaab7d15982d05421e3aa8ed (patch)
tree9f96f29d91a1e33069f789738422f2340ffb44f0
parent90a653d7ec45a2e96547035c2968d6e2223d85b5 (diff)
Add README
-rw-r--r--README31
1 files changed, 31 insertions, 0 deletions
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
+------------------------------------------------------
+
+* <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.