Commit 3cedd7a2 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Update Changelog and README

parent 7fbe9d8b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
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
+1 −1
Original line number Diff line number Diff line
@@ -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