From 67727c4d12052e8b7f1e07cc3806eb7e9140d2bf Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 8 May 2020 19:13:46 +0200 Subject: Extend README --- README | 45 --------------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 README (limited to 'README') diff --git a/README b/README deleted file mode 100644 index 18280d2..0000000 --- a/README +++ /dev/null @@ -1,45 +0,0 @@ -Travel::Status::DE::DeutscheBahn - -Interface to the DeutscheBahn online departure monitor ------------------------------------------------------- - -* - - -Dependencies ------------- - - * perl version 5.10.1 or newer - * Class::Accessor - * DateTime - * DateTime::Format::Strptime - * JSON - * List::MoreUtils - * LWP::UserAgent (usually shipped by libwww-perl) - * LWP::Protocol::https - * XML::LibXML - -Installation ------------- - -From a release tarball: - -$ perl Build.PL -$ perl Build -$ sudo perl Build install - -From git: - -$ perl Build.PL -$ perl Build -$ perl Build manifest -$ sudo perl Build install - -You can then run 'man Travel::Status::DE::HAFAS' for more information. -This distribution also ships the example script 'hafas-m', see 'man hafas-m'. - -Testing -------- - -$ perl Build test - -This requires the Test::More, Test::Compile and Test::Pod modules. -- cgit v1.2.3