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

0.05 Sun Feb 17 09:51:17  2008
	- [IMPORTANT] fixed a bug of 'radio' fields
		(now using 'checked' to check it, not 'selected')
	- skip encoding test in 5.6.x
	- changed 'disable_fields' to be ignored
		because it is meaningless in HTML::FillInForm
		(at least as of version 2.0)

0.04 Thu Feb 14 22:51:10  2008
	- param() called always in list context
	- fixed some tests to be success on 5.6.x
	- add a few tests

0.032 Wed Feb 13 18:26:35 2008
	- no code changed
	- fixed encoding in JA.pod from Shift_JIS to UTF-8

0.031 Wed Feb 13 12:05:12 2008
	- fixed NAME section in JA.pod to be indexed correctly

0.03  Wed Feb 13 09:01:32 2008
	- now the value undef of an option means "to be default"
	- add "escape" option
	- add JA.pod
	- fixed typo in the pod

0.02  Fri Feb  8 08:51:28 2008
	- [IMPORTANT] fixed to html-escape when filling in textarea
	- fixed not to incorrect html-unescape in checking values
	- add tokenizer tests to t/00basic.t
	- add the LIMITATIONS section to the pod


0.01  Sat Dec  1 20:18:47 2007
	- original version; created by h2xs 1.23 with options
		-AXPn HTML::FillInForm::Lite