summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README54
1 files changed, 0 insertions, 54 deletions
diff --git a/README b/README
deleted file mode 100644
index e1f2d72..0000000
--- a/README
+++ /dev/null
@@ -1,54 +0,0 @@
-Travel::Status::DE::IRIS - Interface to IRIS based web departure monitors
--------------------------------------------------------------------------
-
-<https://finalrewind.org/projects/Travel-Status-DE-IRIS/>
-
-
-Dependencies
-------------
-
-* perl version 5.14.2 or newer
-* Class::Accessor
-* DateTime
-* DateTime::Format::Strptime
-* Geo::Distance
-* List::Compare
-* List::MoreUtils
-* List::UtilsBy
-* LWP::UserAgent
-* Text::LevenshteinXS
-* XML::LibXML
-
-Note about Text::LevenshteinXS: This module is old and unmaintained, but
-appears to be packaged for slightly more distros than its successor
-Text::Levenshtein::XS. If it is not available for your distro (and you do
-not wish to build it), the following drop-in replacements are available:
-
-* Text::Levenshtein::XS
-* Text::Levenshtein (about 10 times slower than the XS modules)
-
-To use them, run:
-> sed -i 's/Text::LevenshteinXS/Text::Levenshtein::XS/g' Build.PL lib/Travel/Status/DE/IRIS/Stations.pm
-or
-> sed -i 's/Text::LevenshteinXS/Text::Levenshtein/g' Build.PL lib/Travel/Status/DE/IRIS/Stations.pm
-
-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::IRIS'.
-This distribution also ships the script 'db-iris', see 'man db-iris'.