diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-06 18:26:13 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-06 18:26:13 +0200 |
commit | 3cedd7a25f1fbdbac031e45fb9890359764f2a34 (patch) | |
tree | 73fc9de833ece83394e51047bc8264b3d9baf55a | |
parent | 7fbe9d8b52d818cefef131db57aa982e7ebf517e (diff) |
Update Changelog and README
-rw-r--r-- | Changelog | 5 | ||||
-rw-r--r-- | README | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +git HEAD + + * Rewrite efa parser using XML::LibXML (major performance improvement) + * Detect more efa.vrr.de errors (no routes found, invalid input data, etc.) + efa 1.2 - Sat Jun 5 2010 * Rewrite efa parser using HTML::TreeBuilder::XPath @@ -2,7 +2,7 @@ efa - inofficial efa.vrr.de commandline client Requires: - perl version 5.10 or newer - - The perl modules WWW::Mechanize and HTML::TreeBuilder::XPath + - The perl modules WWW::Mechanize and XML::LibXML Installation |