diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -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'. |