summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-06-29 00:26:09 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-06-29 00:26:09 +0200
commit4b7ded507e52406d414c794f0168d33c4186de99 (patch)
tree6d448b652b9a8e4b04dcb7b4bf7311c5afc5d260
parent5551da62c1791549251c09b02a5d02d9bf0a589e (diff)
Update Changelog and README
-rw-r--r--Changelog4
-rw-r--r--README34
2 files changed, 22 insertions, 16 deletions
diff --git a/Changelog b/Changelog
index 58a81e8..fd79422 100644
--- a/Changelog
+++ b/Changelog
@@ -1,8 +1,8 @@
git HEAD
* Remove --foo-type options, use --to city type:stop etc. instead
- * Introducing Net::Travel::DE::VRR
- * New dependency: Class::Accessor
+ * Introducing Travel::Routing::DE::VRR
+ * New dependencies: Class::Accessor, Exception::Class
efa 1.3 - Sun Jun 6 2010
diff --git a/README b/README
index 20e8c80..33af3e8 100644
--- a/README
+++ b/README
@@ -1,21 +1,27 @@
-efa - inofficial efa.vrr.de commandline client
+efa - unofficial efa.vrr.de command line client
+-----------------------------------------------
+
+* <http://finalrewind.org/projects/efa/>
+
+
+Dependencies
+------------
+
+ * perl version 5.10 or newer
+ * Class::Accessor
+ * Exception::Class
+ * XML::LibXML
+ * WWW::Mechanize
-Requires:
- - perl version 5.10 or newer
- - The perl modules WWW::Mechanize and XML::LibXML
Installation
+------------
-> perl Build.PL
-> ./Build
-> ./Build test
-> sudo ./Build install
+$ perl Build.PL
+$ ./Build
+$ sudo ./Build install
See also the Module::Build documentation.
-Extra modules required for testing:
- - Test::Command
- - Test::Compile
- - Test::More
- - Test::Pod
- - Test::Synopsis
+You can then run 'man Travel::Routing::DE::VRR'.
+This distribution also ships the script 'efa', see 'man efa'.