The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension XML::TokeParser.

0.01  Tue Jan 16 17:59:21 2001
	- original version; created by h2xs 1.19
0.02  Mon Jan 29 21:20:00 2001
        - fixed bug in unget_token
0.03  Fri Jun 01 06:30:00 2001
	- unget_token can now handle partial tokens returned by get_tag
        - added begin_saving and restore_saved methods
        - fixed bug causing warning when reaching the end of XML passed
          in as string reference
        - fixed bug preventing Latin conversion for tag and attribute names
0.04  Sat Jul 20 00:10:00 2001
	- fixed bugs causing warnings under some circumstances