This commit is contained in:
parent
49e11016f5
commit
3cbd3f6396
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29dd2f6bc1878de3c2ca283e667165f937ca169e039204f21cfae6d0c4d6104b
|
||||
size 209926
|
3
libwww-perl-5.830.tar.bz2
Normal file
3
libwww-perl-5.830.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18b87e2c5928cc834291fa61a7a4aee6a4715cc9d04941c52d063f750048411a
|
||||
size 211027
|
@ -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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package perl-libwww-perl (Version 5.828)
|
||||
# spec file for package perl-libwww-perl (Version 5.830)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -21,7 +21,7 @@
|
||||
Name: perl-libwww-perl
|
||||
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||
Summary: The World-Wide Web library for Perl
|
||||
Version: 5.828
|
||||
Version: 5.830
|
||||
Release: 1
|
||||
AutoReqProv: on
|
||||
License: Artistic License ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user