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.

1.00 Tue Mar  4 09:25:58 2008
	- no big feature change
	- internal cleanup
	- fixed a problem of capital <OPTION> tags
	- fixed documents
	- add '=encoding' directive to Compat.pm

0.10 Sun Mar  2 12:15:22 2008
	- fixed version line in Compat.pm

0.09 Sun Mar  2 11:37:55 2008
	- improve inheritance compatibility
		(now _get_param() is inheritable)
	- add 'decode_entity' option
	- add t/09decode_entity.t
	- reform HTML::FillInForm::Lite::Compat
	- add t/10compat.t
	- remove 'ignore_fields' option because of its incompatibility

0.08 Tue Feb 26 10:58:00 2008
	- fixed a problem in processing 'select-one'
	- add t/08select-extra.t
	- add some tests
	- re-skipped encoding tests if not defined &utf8::is_utf8
	- add t/06encoding_sjis.t
	- rename t/06fobj.t => t/07fobj.t

0.07 Sat Feb 23 09:12:22  2008
	- allow any object as form data
		(the idea comes from Class::DBI::Plugin::Param)
	- treat the utf8-flagged data better if perl >= 5.8.1
		(the idea comes from HTML::FillInForm::ForceUTF8)
	- remove 'ignore_types' option from the document,
		because of its incompatibility.
		it may be removed in the future version.
	- add t/06fobj.t
	- add utf8-flagged tests to t/05encoding.t
	- add misc/demo.cgi for utf8 demonstration

0.06 Thu Feb 21 19:56:55  2008
	- fixed a bug of multi-fields
	- fixed a bug of "target => 0"
	- add several tests
	- add misc/demo.cgi
	- remove tokanizer tests
	- a bit of optiomization

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 seems 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 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