cpan libwww-perl 5.829

latest releases: 6.77, 6.76, 6.75...
14 years ago
  • This release removes callback handlers that were left over on the returned
    HTTP::Responses. This was problematic because it created reference loops
    preventing the Perl garbage collector from releasing their memory.
    Another problem was that Storable by default would not serialize these
    objects any more.
  • This release also adds support for locating HTML::Form inputs by id or
    class attribute; for instance $form->value("#foo", 42) will set the
    value on the input with the ID of "foo".
  • Make the example code 'use strict' clean by adding a my
  • Avoid cycle in response
  • Clean up handlers has from response after data processing is done
  • Support finding inputs by id or class in HTML::Form
  • Test HTML::Form selectors
  • Tidy and document the internals of mirror() better [RT#23450]
  • Avoid warnings from HTML::Form [RT#42654]

Don't miss a new libwww-perl release

NewReleases is sending notifications on new releases.