LWP not being maintained?

Ash Berlin ash_cpan at firemirror.com
Sat May 19 17:32:24 BST 2007


Anyone know if LWP is still being maintained or not?

The reason i ask is that HTML::Form isn't producing the right request 
object for the following input

<form method="get" action="/action">
<input type="image" name="selected" value="2" src="....." />
</form>

   http://localhost/action?page=1&selected.x=1&selected.y=1

When it should be generating

   http://localhost/action?page=1&selected=2&selected.x=1&selected.y=1

(or at least thats what Firefox, IE and Safari do ^_^)

So my real question is if I submit a patch to fix this and the tests, 
will anything come of it?

-ash


More information about the london.pm mailing list