Revision history for Perl extension Text::Quote.

0.01  Mon Apr 22 2002
	- original version; created by h2xs 1.21 with options
		-n Text::Quote -v0.01 -XA
0.02  5/2/2002
	- Cleaned up code, added pod.
0.021 5/3/2002
    - Fixed bug where quote_best and _textquote_escape had different
    ideas of what needed escaping.  Added option 'encode_high' to determine
    if high bit chars needed escaping or if they can be left as literals
    - Fixed minor bug in quote_best where it was using the last lowest instead
    of the first lowest used quote char.