[ENHANCEMENTS]
- mech-forms now handles local files.
- Added t/mech-forms.t to test the app
- Added some param-checking to submit_form()
- All the warns are now carps. Thanks to MJD for pointing
it out during his "Tricks Of The Wizards" talk.
[FIXES]
- Bumped up the Test::Builder requirement to 0.17, which
I hope will get rid of the thread problems with t/tick.t.
Thanks to Autrijus Tang for pointing out the note in
Builder.pm.