r26766 - in /branches/upstream/libwww-perl/current: ./ bin/ lib/ lib/File/ lib/HTML/ lib/HTTP/ lib/HTTP/Headers/ lib/HTTP/Request/ lib/LWP/ lib/LWP/Authen/ lib/LWP/Protocol/ lib/Net/ lib/Net/HTTP/ t/ t/base/ t/html/ t/live/ t/local/

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Wed Nov 12 10:55:17 UTC 2008


Author: eloy
Date: Wed Nov 12 10:55:09 2008
New Revision: 26766

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26766
Log:
[svn-upgrade] Integrating new upstream version, libwww-perl (5.820)

Added:
    branches/upstream/libwww-perl/current/lib/HTTP/Config.pm
    branches/upstream/libwww-perl/current/t/base/http-config.t
    branches/upstream/libwww-perl/current/t/base/request.t
    branches/upstream/libwww-perl/current/t/base/status-old.t
Modified:
    branches/upstream/libwww-perl/current/Changes
    branches/upstream/libwww-perl/current/MANIFEST
    branches/upstream/libwww-perl/current/META.yml
    branches/upstream/libwww-perl/current/Makefile.PL
    branches/upstream/libwww-perl/current/README
    branches/upstream/libwww-perl/current/bin/lwp-request
    branches/upstream/libwww-perl/current/bin/lwp-rget
    branches/upstream/libwww-perl/current/lib/File/Listing.pm
    branches/upstream/libwww-perl/current/lib/HTML/Form.pm
    branches/upstream/libwww-perl/current/lib/HTTP/Cookies.pm
    branches/upstream/libwww-perl/current/lib/HTTP/Daemon.pm
    branches/upstream/libwww-perl/current/lib/HTTP/Headers.pm
    branches/upstream/libwww-perl/current/lib/HTTP/Headers/Auth.pm
    branches/upstream/libwww-perl/current/lib/HTTP/Headers/Util.pm
    branches/upstream/libwww-perl/current/lib/HTTP/Message.pm
    branches/upstream/libwww-perl/current/lib/HTTP/Request.pm
    branches/upstream/libwww-perl/current/lib/HTTP/Request/Common.pm
    branches/upstream/libwww-perl/current/lib/HTTP/Response.pm
    branches/upstream/libwww-perl/current/lib/HTTP/Status.pm
    branches/upstream/libwww-perl/current/lib/LWP.pm
    branches/upstream/libwww-perl/current/lib/LWP/Authen/Basic.pm
    branches/upstream/libwww-perl/current/lib/LWP/Authen/Digest.pm
    branches/upstream/libwww-perl/current/lib/LWP/Protocol.pm
    branches/upstream/libwww-perl/current/lib/LWP/Protocol/http.pm
    branches/upstream/libwww-perl/current/lib/LWP/UserAgent.pm
    branches/upstream/libwww-perl/current/lib/Net/HTTP.pm
    branches/upstream/libwww-perl/current/lib/Net/HTTP/Methods.pm
    branches/upstream/libwww-perl/current/lib/Net/HTTPS.pm
    branches/upstream/libwww-perl/current/t/TEST
    branches/upstream/libwww-perl/current/t/base/common-req.t
    branches/upstream/libwww-perl/current/t/base/cookies.t
    branches/upstream/libwww-perl/current/t/base/date.t
    branches/upstream/libwww-perl/current/t/base/headers-auth.t
    branches/upstream/libwww-perl/current/t/base/headers-etag.t
    branches/upstream/libwww-perl/current/t/base/headers-util.t
    branches/upstream/libwww-perl/current/t/base/headers.t
    branches/upstream/libwww-perl/current/t/base/http.t
    branches/upstream/libwww-perl/current/t/base/listing.t
    branches/upstream/libwww-perl/current/t/base/mediatypes.t
    branches/upstream/libwww-perl/current/t/base/message.t
    branches/upstream/libwww-perl/current/t/base/negotiate.t
    branches/upstream/libwww-perl/current/t/base/protocols.t
    branches/upstream/libwww-perl/current/t/base/response.t
    branches/upstream/libwww-perl/current/t/base/status.t
    branches/upstream/libwww-perl/current/t/base/ua.t
    branches/upstream/libwww-perl/current/t/html/form-maxlength.t
    branches/upstream/libwww-perl/current/t/html/form-param.t
    branches/upstream/libwww-perl/current/t/html/form.t
    branches/upstream/libwww-perl/current/t/live/apache-listing.t
    branches/upstream/libwww-perl/current/t/live/apache.t
    branches/upstream/libwww-perl/current/t/live/https.t
    branches/upstream/libwww-perl/current/t/live/jigsaw-auth-b.t
    branches/upstream/libwww-perl/current/t/live/jigsaw-auth-d.t
    branches/upstream/libwww-perl/current/t/live/jigsaw-te.t
    branches/upstream/libwww-perl/current/t/local/get.t

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: branches/upstream/libwww-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/Changes?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/MANIFEST?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/META.yml?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/Makefile.PL?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/README?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/bin/lwp-request
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/bin/lwp-request?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/bin/lwp-rget
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/bin/lwp-rget?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/lib/File/Listing.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/lib/File/Listing.pm?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/lib/HTML/Form.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/lib/HTML/Form.pm?rev=26766&op=diff

Added: branches/upstream/libwww-perl/current/lib/HTTP/Config.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/lib/HTTP/Config.pm?rev=26766&op=file

Modified: branches/upstream/libwww-perl/current/lib/HTTP/Cookies.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/lib/HTTP/Cookies.pm?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/lib/HTTP/Daemon.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/lib/HTTP/Daemon.pm?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/lib/HTTP/Headers.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/lib/HTTP/Headers.pm?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/lib/HTTP/Headers/Auth.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/lib/HTTP/Headers/Auth.pm?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/lib/HTTP/Headers/Util.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/lib/HTTP/Headers/Util.pm?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/lib/HTTP/Message.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/lib/HTTP/Message.pm?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/lib/HTTP/Request.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/lib/HTTP/Request.pm?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/lib/HTTP/Request/Common.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/lib/HTTP/Request/Common.pm?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/lib/HTTP/Response.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/lib/HTTP/Response.pm?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/lib/HTTP/Status.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/lib/HTTP/Status.pm?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/lib/LWP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/lib/LWP.pm?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/lib/LWP/Authen/Basic.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/lib/LWP/Authen/Basic.pm?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/lib/LWP/Authen/Digest.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/lib/LWP/Authen/Digest.pm?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/lib/LWP/Protocol.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/lib/LWP/Protocol.pm?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/lib/LWP/Protocol/http.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/lib/LWP/Protocol/http.pm?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/lib/LWP/UserAgent.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/lib/LWP/UserAgent.pm?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/lib/Net/HTTP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/lib/Net/HTTP.pm?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/lib/Net/HTTP/Methods.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/lib/Net/HTTP/Methods.pm?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/lib/Net/HTTPS.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/lib/Net/HTTPS.pm?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/TEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/TEST?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/base/common-req.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/base/common-req.t?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/base/cookies.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/base/cookies.t?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/base/date.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/base/date.t?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/base/headers-auth.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/base/headers-auth.t?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/base/headers-etag.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/base/headers-etag.t?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/base/headers-util.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/base/headers-util.t?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/base/headers.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/base/headers.t?rev=26766&op=diff

Added: branches/upstream/libwww-perl/current/t/base/http-config.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/base/http-config.t?rev=26766&op=file

Modified: branches/upstream/libwww-perl/current/t/base/http.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/base/http.t?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/base/listing.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/base/listing.t?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/base/mediatypes.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/base/mediatypes.t?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/base/message.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/base/message.t?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/base/negotiate.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/base/negotiate.t?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/base/protocols.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/base/protocols.t?rev=26766&op=diff

Added: branches/upstream/libwww-perl/current/t/base/request.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/base/request.t?rev=26766&op=file

Modified: branches/upstream/libwww-perl/current/t/base/response.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/base/response.t?rev=26766&op=diff

Added: branches/upstream/libwww-perl/current/t/base/status-old.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/base/status-old.t?rev=26766&op=file

Modified: branches/upstream/libwww-perl/current/t/base/status.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/base/status.t?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/base/ua.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/base/ua.t?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/html/form-maxlength.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/html/form-maxlength.t?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/html/form-param.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/html/form-param.t?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/html/form.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/html/form.t?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/live/apache-listing.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/live/apache-listing.t?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/live/apache.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/live/apache.t?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/live/https.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/live/https.t?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/live/jigsaw-auth-b.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/live/jigsaw-auth-b.t?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/live/jigsaw-auth-d.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/live/jigsaw-auth-d.t?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/live/jigsaw-te.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/live/jigsaw-te.t?rev=26766&op=diff

Modified: branches/upstream/libwww-perl/current/t/local/get.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libwww-perl/current/t/local/get.t?rev=26766&op=diff




More information about the Pkg-perl-cvs-commits mailing list