summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 16 insertions, 2 deletions
diff --git a/README b/README
index 25c1ce9..89db62f 100644
--- a/README
+++ b/README
@@ -1,7 +1,10 @@
Travel::Status::DE::URA - interface to URA-based departure monitors
-----------------------------------------------
-* <http://finalrewind.org/projects/Travel-Status-DE-URA/>
+This project is **deprecated**, as it looks like there are no URA instances in the wild anymore.
+It may not receive updates or security fixes.
+
+<https://finalrewind.org/projects/Travel-Status-DE-URA/>
Dependencies
@@ -11,17 +14,28 @@ Dependencies
* Class::Accessor
* DateTime
* DateTime::Format::Duration
+ * List::MoreUtils
* LWP::UserAgent
+ * Text::CSV
Installation
------------
+From a release tarball:
+
+$ perl Build.PL
+$ ./Build
+$ sudo ./Build install
+
+From git:
+
$ perl Build.PL
$ ./Build
+$ ./Build manifest
$ sudo ./Build install
See also the Module::Build documentation.
You can then run 'man Travel::Status::DE::URA'.
-This distribution also ships the script 'aseag-m', see 'man aseag-m'.
+This distribution also ships the script 'ura-m', see 'man ura-m'.