Revision history for Perl extension Lingua::TokenParse.

0.01  Thu Apr  3 20:03:39 2003
	- original version; created by h2xs 1.22 with options
		-X -n Lingua::TokenParse

0.02  Fri Apr  4
    - Fixed an undefined value used in the successor method.
    - Enhanced and fixed documentation.

0.03  Sat Apr 5
    - Handled prefix and suffix hyphens.
    - Enhanced documentation.
    - Made a handy eg/sample script that uses a dict server.

0.04  Tue Apr 8
    - Removed the misleading ..okay broken code to concatinate
      unknown fragments in the build_knowns() method.
    - Added the entirely crucial, and sorely lacking, reset_parse()
      method.
    - Added an attribute and build method for the fragment
      definitions in the knowns hash.
    - Enhanced the eg/ directory.
    - Updated the documentation.
    - Updated the test suite.