diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-12-14 23:54:38 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-12-14 23:54:38 +0100 |
commit | 08d2fd6471fd5458fb9e97634ce026771098f66a (patch) | |
tree | 97e0f9376d7b58c41c1243659e57d40a395e776e | |
parent | 19be7b4fcc58d1a7684c1a72d06fd03b2a0ecfc3 (diff) |
Add README
-rw-r--r-- | Build.PL | 2 | ||||
-rw-r--r-- | README | 26 |
2 files changed, 27 insertions, 1 deletions
@@ -22,7 +22,7 @@ Module::Build->new( 'Class::Accessor' => 0, 'DateTime' => 0, 'Getopt::Long' => 0, - 'List::Util' => 0, + 'List::MoreUtils' => 0, 'LWP::UserAgent' => 0, }, sign => 1, @@ -0,0 +1,26 @@ +Travel::Status::DE::ASEAG - ASEAG departure monitor +----------------------------------------------- + +* <http://finalrewind.org/projects/Travel-Status-DE-ASEAG/> + + +Dependencies +------------ + + * perl version 5.10.1 or newer + * Class::Accessor + * DateTime + * LWP::UserAgent + + +Installation +------------ + +$ perl Build.PL +$ ./Build +$ sudo ./Build install + +See also the Module::Build documentation. + +You can then run 'man Travel::Status::DE::ASEAG'. +This distribution also ships the script 'aseag-m', see 'man aseag-m'. |