8
0

Accepting request 64388 from home:vitezslav_cizek:branches:devel:languages:perl

reviewed OK, Thank you :)

OBS-URL: https://build.opensuse.org/request/show/64388
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libwww-perl?expand=0&rev=26
This commit is contained in:
Christian Wittmer
2011-03-17 11:27:05 +00:00
committed by Git OBS Bridge
parent e1a22eea3f
commit 063238dfdb
4 changed files with 101 additions and 48 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Mar 17 11:01:06 UTC 2011 - chris@computersalat.de
- fix deps
o add several missing deps
-------------------------------------------------------------------
Thu Mar 17 09:26:19 UTC 2011 - vcizek@novell.com
- upgrade to 6.01
Unbundled all modules not in the LWP:: namespace from the libwww-perl
distribution. The new broken out CPAN distribtions are File-Listing,
HTML-Form, HTTP-Cookies, HTTP-Daemon, HTTP-Date, HTTP-Message, HTTP-Negotiate,
Net-HTTP, and WWW-RobotRules. libwww-perl-6 require these to be installed.
This release also drops the unmaintained lwp-rget script from the distribution.
Perl v5.8.8 or better is now required.
Support internationalized URLs from command line scripts and in the proxy
environment variables.
The lwp-dump script got new --request option.
The lwp-request script got new -E option, contributed by Tony Finch.
Protocol handlers and callbacks can raise HTTP::Response objects as exceptions.
This will abort the current request and make LWP return the raised response.
-------------------------------------------------------------------
Thu Dec 2 06:31:24 UTC 2010 - coolo@novell.com