Revision history for XML-Reader

0.01    22 Mar 2009
        First version, released on an unsuspecting world.

0.02    25 Mar 2009
        add method level to indicate the nesting level of the XPath expression.

0.03    26 Mar 2009
        resolve circular reference in XML::TokeParser to avoid Memory leak

0.04    27 Mar 2009
        Replace XML::TokeParser by XML::Parser
        add option {using => ...} and also add method prefix

0.05    28 Mar 2009
        fix a bug in option {using => ...}

0.06    30 Mar 2009
        re-order the output in XML::Reader->path

0.07    02 Apr 2009
        add a method XML::Reader->comment

0.08    06 Apr 2009
        update warranty

0.09    06 Apr 2009
        update licence
        update Makefile.PL

0.10    20 Jun 2009
        Take out one test from t/0010-test.t