forked from pool/perl-libwww-perl
This commit is contained in:
committed by
Git OBS Bridge
parent
49e11016f5
commit
3cbd3f6396
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 4 18:45:30 CEST 2009 - anicka@suse.cz
|
||||
|
||||
- update to 5.830
|
||||
* 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".
|
||||
* bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 25 19:40:37 CEST 2009 - chris@computersalat.de
|
||||
|
||||
|
Reference in New Issue
Block a user