r45780 - in /branches/upstream/libpoe-component-client-http-perl/current: ./ examples/ lib/POE/Component/Client/ lib/POE/Component/Client/HTTP/ lib/POE/Filter/ t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Oct 14 14:36:48 UTC 2009


Author: jawnsy-guest
Date: Wed Oct 14 14:36:39 2009
New Revision: 45780

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45780
Log:
[svn-upgrade] Integrating new upstream version, libpoe-component-client-http-perl (0.891)

Added:
    branches/upstream/libpoe-component-client-http-perl/current/t/00_info.t
Modified:
    branches/upstream/libpoe-component-client-http-perl/current/CHANGES
    branches/upstream/libpoe-component-client-http-perl/current/CHANGES.OLD
    branches/upstream/libpoe-component-client-http-perl/current/MANIFEST
    branches/upstream/libpoe-component-client-http-perl/current/META.yml
    branches/upstream/libpoe-component-client-http-perl/current/Makefile.PL
    branches/upstream/libpoe-component-client-http-perl/current/README
    branches/upstream/libpoe-component-client-http-perl/current/examples/pcchget.perl
    branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP.pm
    branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP/Request.pm
    branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP/RequestFactory.pm
    branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Filter/HTTPChunk.pm
    branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Filter/HTTPHead.pm
    branches/upstream/libpoe-component-client-http-perl/current/t/02_keepalive.t
    branches/upstream/libpoe-component-client-http-perl/current/t/03_head_filter.t
    branches/upstream/libpoe-component-client-http-perl/current/t/04_chunk_filter.t
    branches/upstream/libpoe-component-client-http-perl/current/t/05_request.t
    branches/upstream/libpoe-component-client-http-perl/current/t/06_factory.t
    branches/upstream/libpoe-component-client-http-perl/current/t/07_proxy.t
    branches/upstream/libpoe-component-client-http-perl/current/t/08_discard.t
    branches/upstream/libpoe-component-client-http-perl/current/t/10_shutdown.t
    branches/upstream/libpoe-component-client-http-perl/current/t/11_cancel.t
    branches/upstream/libpoe-component-client-http-perl/current/t/14_gzipped_content.t
    branches/upstream/libpoe-component-client-http-perl/current/t/50_davis_zerolength.t
    branches/upstream/libpoe-component-client-http-perl/current/t/51_santos_status.t
    branches/upstream/libpoe-component-client-http-perl/current/t/53_response_parser.t
    branches/upstream/libpoe-component-client-http-perl/current/t/54_hzheng_head_redir.t

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

Modified: branches/upstream/libpoe-component-client-http-perl/current/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/CHANGES?rev=45780&op=diff

Modified: branches/upstream/libpoe-component-client-http-perl/current/CHANGES.OLD
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/CHANGES.OLD?rev=45780&op=diff

Modified: branches/upstream/libpoe-component-client-http-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/MANIFEST?rev=45780&op=diff

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

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

Modified: branches/upstream/libpoe-component-client-http-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/README?rev=45780&op=diff

Modified: branches/upstream/libpoe-component-client-http-perl/current/examples/pcchget.perl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/examples/pcchget.perl?rev=45780&op=diff

Modified: branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP.pm?rev=45780&op=diff

Modified: branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP/Request.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP/Request.pm?rev=45780&op=diff

Modified: branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP/RequestFactory.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Component/Client/HTTP/RequestFactory.pm?rev=45780&op=diff

Modified: branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Filter/HTTPChunk.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Filter/HTTPChunk.pm?rev=45780&op=diff

Modified: branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Filter/HTTPHead.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/lib/POE/Filter/HTTPHead.pm?rev=45780&op=diff

Added: branches/upstream/libpoe-component-client-http-perl/current/t/00_info.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/t/00_info.t?rev=45780&op=file

Modified: branches/upstream/libpoe-component-client-http-perl/current/t/02_keepalive.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/t/02_keepalive.t?rev=45780&op=diff

Modified: branches/upstream/libpoe-component-client-http-perl/current/t/03_head_filter.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/t/03_head_filter.t?rev=45780&op=diff

Modified: branches/upstream/libpoe-component-client-http-perl/current/t/04_chunk_filter.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/t/04_chunk_filter.t?rev=45780&op=diff

Modified: branches/upstream/libpoe-component-client-http-perl/current/t/05_request.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/t/05_request.t?rev=45780&op=diff

Modified: branches/upstream/libpoe-component-client-http-perl/current/t/06_factory.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/t/06_factory.t?rev=45780&op=diff

Modified: branches/upstream/libpoe-component-client-http-perl/current/t/07_proxy.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/t/07_proxy.t?rev=45780&op=diff

Modified: branches/upstream/libpoe-component-client-http-perl/current/t/08_discard.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/t/08_discard.t?rev=45780&op=diff

Modified: branches/upstream/libpoe-component-client-http-perl/current/t/10_shutdown.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/t/10_shutdown.t?rev=45780&op=diff

Modified: branches/upstream/libpoe-component-client-http-perl/current/t/11_cancel.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/t/11_cancel.t?rev=45780&op=diff

Modified: branches/upstream/libpoe-component-client-http-perl/current/t/14_gzipped_content.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/t/14_gzipped_content.t?rev=45780&op=diff

Modified: branches/upstream/libpoe-component-client-http-perl/current/t/50_davis_zerolength.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/t/50_davis_zerolength.t?rev=45780&op=diff

Modified: branches/upstream/libpoe-component-client-http-perl/current/t/51_santos_status.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/t/51_santos_status.t?rev=45780&op=diff

Modified: branches/upstream/libpoe-component-client-http-perl/current/t/53_response_parser.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/t/53_response_parser.t?rev=45780&op=diff

Modified: branches/upstream/libpoe-component-client-http-perl/current/t/54_hzheng_head_redir.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-client-http-perl/current/t/54_hzheng_head_redir.t?rev=45780&op=diff




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