r35876 - in /branches/upstream/libpoe-component-ikc-perl/current: ./ IKC/ dev/ t/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue May 19 16:47:26 UTC 2009


Author: jawnsy-guest
Date: Tue May 19 16:47:19 2009
New Revision: 35876

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

Added:
    branches/upstream/libpoe-component-ikc-perl/current/dev/
    branches/upstream/libpoe-component-ikc-perl/current/dev/client   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/dev/client2   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/dev/client3   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/dev/client4   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/dev/client5   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/dev/inc-client   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/dev/inc-server   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/dev/lclient   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/dev/lclient2   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/dev/server   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/dev/server2   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/dev/server3   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/dev/shut-client   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/dev/shut-server   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/dev/t_specifier   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/dev/test_delete
    branches/upstream/libpoe-component-ikc-perl/current/dev/uclient   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/dev/userver   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/t/00_compile.t   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/t/01_pod.t   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/t/02_pod_coverage.t   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/t/05_perl_freezer.t   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/t/05_specifier.t   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/t/31_concurrency.t   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/t/32_thunk.t   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/t/33_thunklite.t   (with props)
    branches/upstream/libpoe-component-ikc-perl/current/test-thunk   (with props)
Removed:
    branches/upstream/libpoe-component-ikc-perl/current/client
    branches/upstream/libpoe-component-ikc-perl/current/client2
    branches/upstream/libpoe-component-ikc-perl/current/client3
    branches/upstream/libpoe-component-ikc-perl/current/lclient
    branches/upstream/libpoe-component-ikc-perl/current/server
    branches/upstream/libpoe-component-ikc-perl/current/server2
    branches/upstream/libpoe-component-ikc-perl/current/shut-client
    branches/upstream/libpoe-component-ikc-perl/current/shut-server
    branches/upstream/libpoe-component-ikc-perl/current/t/00_perl_freezer.t
    branches/upstream/libpoe-component-ikc-perl/current/t/01_specifier.t
    branches/upstream/libpoe-component-ikc-perl/current/uclient
    branches/upstream/libpoe-component-ikc-perl/current/userver
Modified:
    branches/upstream/libpoe-component-ikc-perl/current/Changes
    branches/upstream/libpoe-component-ikc-perl/current/IKC.pm
    branches/upstream/libpoe-component-ikc-perl/current/IKC.pod
    branches/upstream/libpoe-component-ikc-perl/current/IKC/Channel.pm
    branches/upstream/libpoe-component-ikc-perl/current/IKC/Client.pm
    branches/upstream/libpoe-component-ikc-perl/current/IKC/ClientLite.pm
    branches/upstream/libpoe-component-ikc-perl/current/IKC/Freezer.pm
    branches/upstream/libpoe-component-ikc-perl/current/IKC/LocalKernel.pm
    branches/upstream/libpoe-component-ikc-perl/current/IKC/Proxy.pm
    branches/upstream/libpoe-component-ikc-perl/current/IKC/Responder.pm
    branches/upstream/libpoe-component-ikc-perl/current/IKC/Server.pm
    branches/upstream/libpoe-component-ikc-perl/current/IKC/Specifier.pm
    branches/upstream/libpoe-component-ikc-perl/current/MANIFEST
    branches/upstream/libpoe-component-ikc-perl/current/META.yml
    branches/upstream/libpoe-component-ikc-perl/current/Makefile.PL
    branches/upstream/libpoe-component-ikc-perl/current/TODO
    branches/upstream/libpoe-component-ikc-perl/current/t/10_server_client.t
    branches/upstream/libpoe-component-ikc-perl/current/t/20_clientlite.t
    branches/upstream/libpoe-component-ikc-perl/current/test-client
    branches/upstream/libpoe-component-ikc-perl/current/test-lite

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

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

Modified: branches/upstream/libpoe-component-ikc-perl/current/IKC.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/IKC.pm?rev=35876&op=diff

Modified: branches/upstream/libpoe-component-ikc-perl/current/IKC.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/IKC.pod?rev=35876&op=diff

Modified: branches/upstream/libpoe-component-ikc-perl/current/IKC/Channel.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/IKC/Channel.pm?rev=35876&op=diff

Modified: branches/upstream/libpoe-component-ikc-perl/current/IKC/Client.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/IKC/Client.pm?rev=35876&op=diff

Modified: branches/upstream/libpoe-component-ikc-perl/current/IKC/ClientLite.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/IKC/ClientLite.pm?rev=35876&op=diff

Modified: branches/upstream/libpoe-component-ikc-perl/current/IKC/Freezer.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/IKC/Freezer.pm?rev=35876&op=diff

Modified: branches/upstream/libpoe-component-ikc-perl/current/IKC/LocalKernel.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/IKC/LocalKernel.pm?rev=35876&op=diff

Modified: branches/upstream/libpoe-component-ikc-perl/current/IKC/Proxy.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/IKC/Proxy.pm?rev=35876&op=diff

Modified: branches/upstream/libpoe-component-ikc-perl/current/IKC/Responder.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/IKC/Responder.pm?rev=35876&op=diff

Modified: branches/upstream/libpoe-component-ikc-perl/current/IKC/Server.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/IKC/Server.pm?rev=35876&op=diff

Modified: branches/upstream/libpoe-component-ikc-perl/current/IKC/Specifier.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/IKC/Specifier.pm?rev=35876&op=diff

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

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

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

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

Added: branches/upstream/libpoe-component-ikc-perl/current/dev/client
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/dev/client?rev=35876&op=file

Added: branches/upstream/libpoe-component-ikc-perl/current/dev/client2
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/dev/client2?rev=35876&op=file

Added: branches/upstream/libpoe-component-ikc-perl/current/dev/client3
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/dev/client3?rev=35876&op=file

Added: branches/upstream/libpoe-component-ikc-perl/current/dev/client4
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/dev/client4?rev=35876&op=file

Added: branches/upstream/libpoe-component-ikc-perl/current/dev/client5
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/dev/client5?rev=35876&op=file

Added: branches/upstream/libpoe-component-ikc-perl/current/dev/inc-client
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/dev/inc-client?rev=35876&op=file

Added: branches/upstream/libpoe-component-ikc-perl/current/dev/inc-server
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/dev/inc-server?rev=35876&op=file

Added: branches/upstream/libpoe-component-ikc-perl/current/dev/lclient
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/dev/lclient?rev=35876&op=file

Added: branches/upstream/libpoe-component-ikc-perl/current/dev/lclient2
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/dev/lclient2?rev=35876&op=file

Added: branches/upstream/libpoe-component-ikc-perl/current/dev/server
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/dev/server?rev=35876&op=file

Added: branches/upstream/libpoe-component-ikc-perl/current/dev/server2
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/dev/server2?rev=35876&op=file

Added: branches/upstream/libpoe-component-ikc-perl/current/dev/server3
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/dev/server3?rev=35876&op=file

Added: branches/upstream/libpoe-component-ikc-perl/current/dev/shut-client
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/dev/shut-client?rev=35876&op=file

Added: branches/upstream/libpoe-component-ikc-perl/current/dev/shut-server
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/dev/shut-server?rev=35876&op=file

Added: branches/upstream/libpoe-component-ikc-perl/current/dev/t_specifier
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/dev/t_specifier?rev=35876&op=file

Added: branches/upstream/libpoe-component-ikc-perl/current/dev/test_delete
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/dev/test_delete?rev=35876&op=file

Added: branches/upstream/libpoe-component-ikc-perl/current/dev/uclient
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/dev/uclient?rev=35876&op=file

Added: branches/upstream/libpoe-component-ikc-perl/current/dev/userver
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/dev/userver?rev=35876&op=file

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

Added: branches/upstream/libpoe-component-ikc-perl/current/t/01_pod.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/t/01_pod.t?rev=35876&op=file

Added: branches/upstream/libpoe-component-ikc-perl/current/t/02_pod_coverage.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/t/02_pod_coverage.t?rev=35876&op=file

Added: branches/upstream/libpoe-component-ikc-perl/current/t/05_perl_freezer.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/t/05_perl_freezer.t?rev=35876&op=file

Added: branches/upstream/libpoe-component-ikc-perl/current/t/05_specifier.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/t/05_specifier.t?rev=35876&op=file

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

Modified: branches/upstream/libpoe-component-ikc-perl/current/t/20_clientlite.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/t/20_clientlite.t?rev=35876&op=diff

Added: branches/upstream/libpoe-component-ikc-perl/current/t/31_concurrency.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/t/31_concurrency.t?rev=35876&op=file

Added: branches/upstream/libpoe-component-ikc-perl/current/t/32_thunk.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/t/32_thunk.t?rev=35876&op=file

Added: branches/upstream/libpoe-component-ikc-perl/current/t/33_thunklite.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/t/33_thunklite.t?rev=35876&op=file

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

Modified: branches/upstream/libpoe-component-ikc-perl/current/test-lite
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/test-lite?rev=35876&op=diff

Added: branches/upstream/libpoe-component-ikc-perl/current/test-thunk
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-ikc-perl/current/test-thunk?rev=35876&op=file




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