r22670 - in /trunk/libpoe-component-irc-perl: ./ debian/ inc/Module/ inc/Module/Install/ lib/POE/Component/ lib/POE/Component/IRC/ lib/POE/Component/IRC/Cookbook/ lib/POE/Component/IRC/Plugin/ lib/POE/Component/IRC/Qnet/ lib/POE/Component/IRC/Test/ lib/POE/Filter/IRC/ t/ t/01_base/ t/02_behavior/ t/03_subclasses/ t/04_plugins/ t/plugins/

tincho at users.alioth.debian.org tincho at users.alioth.debian.org
Wed Jul 2 05:07:48 UTC 2008


Author: tincho
Date: Wed Jul  2 05:07:48 2008
New Revision: 22670

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22670
Log:
New upstream release(s).

Added:
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Cookbook.pod
      - copied unchanged from r22669, branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Cookbook.pod
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Cookbook/BasicBot.pod
      - copied unchanged from r22669, branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Cookbook/BasicBot.pod
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Cookbook/Disconnecting.pod
      - copied unchanged from r22669, branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Cookbook/Disconnecting.pod
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Cookbook/Resolver.pod
      - copied unchanged from r22669, branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Cookbook/Resolver.pod
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Cookbook/Translator.pod
      - copied unchanged from r22669, branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Cookbook/Translator.pod
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Projects.pod
      - copied unchanged from r22669, branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Projects.pod
    trunk/libpoe-component-irc-perl/t/01_base/
      - copied from r22669, branches/upstream/libpoe-component-irc-perl/current/t/01_base/
    trunk/libpoe-component-irc-perl/t/02_behavior/
      - copied from r22669, branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/
    trunk/libpoe-component-irc-perl/t/03_subclasses/
      - copied from r22669, branches/upstream/libpoe-component-irc-perl/current/t/03_subclasses/
    trunk/libpoe-component-irc-perl/t/04_plugins/
      - copied from r22669, branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/
Removed:
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Cookbook.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Cookbook/BasicBot.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Cookbook/Disconnecting.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Cookbook/Resolver.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Cookbook/Translator.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Projects.pm
    trunk/libpoe-component-irc-perl/t/0_compile.t
    trunk/libpoe-component-irc-perl/t/1_filter_compat.t
    trunk/libpoe-component-irc-perl/t/1_spawn.t
    trunk/libpoe-component-irc-perl/t/2_Qnet.t
    trunk/libpoe-component-irc-perl/t/2_Qnet_State.t
    trunk/libpoe-component-irc-perl/t/2_State.t
    trunk/libpoe-component-irc-perl/t/3_connect.t
    trunk/libpoe-component-irc-perl/t/3_connect_ipv6.t
    trunk/libpoe-component-irc-perl/t/4_testharness.t
    trunk/libpoe-component-irc-perl/t/6_common.t
    trunk/libpoe-component-irc-perl/t/7_parent.t
    trunk/libpoe-component-irc-perl/t/8_registration.t
    trunk/libpoe-component-irc-perl/t/plugins/
    trunk/libpoe-component-irc-perl/t/testsuite_00_delays.t
    trunk/libpoe-component-irc-perl/t/testsuite_00_socketerr.t
    trunk/libpoe-component-irc-perl/t/testsuite_01_plugin.t
    trunk/libpoe-component-irc-perl/t/testsuite_01_plugin_die.t
    trunk/libpoe-component-irc-perl/t/testsuite_01_plugin_poe.t
    trunk/libpoe-component-irc-perl/t/testsuite_02_connect.t
    trunk/libpoe-component-irc-perl/t/testsuite_03_online.t
    trunk/libpoe-component-irc-perl/t/testsuite_04_state.t
    trunk/libpoe-component-irc-perl/t/testsuite_05_multiple.t
    trunk/libpoe-component-irc-perl/t/testsuite_06_dcc_timeout.t
    trunk/libpoe-component-irc-perl/t/testsuite_07_dcc_chat.t
    trunk/libpoe-component-irc-perl/t/testsuite_08_subclass.t
    trunk/libpoe-component-irc-perl/t/testsuite_09_dcc_send.t
    trunk/libpoe-component-irc-perl/t/testsuite_10_nick.t
    trunk/libpoe-component-irc-perl/t/testsuite_11_nick_state.t
    trunk/libpoe-component-irc-perl/t/testsuite_12_resolver.t
    trunk/libpoe-component-irc-perl/t/testsuite_13_dcc_nat.t
    trunk/libpoe-component-irc-perl/t/testsuite_14_multi_state.t
    trunk/libpoe-component-irc-perl/t/testsuite_15_signal.t
    trunk/libpoe-component-irc-perl/t/testsuite_16_multi_signal.t
    trunk/libpoe-component-irc-perl/t/testsuite_17_ziplink.t
Modified:
    trunk/libpoe-component-irc-perl/Changes
    trunk/libpoe-component-irc-perl/MANIFEST
    trunk/libpoe-component-irc-perl/META.yml
    trunk/libpoe-component-irc-perl/Makefile.PL
    trunk/libpoe-component-irc-perl/README
    trunk/libpoe-component-irc-perl/debian/changelog
    trunk/libpoe-component-irc-perl/debian/control
    trunk/libpoe-component-irc-perl/inc/Module/Install.pm
    trunk/libpoe-component-irc-perl/inc/Module/Install/Base.pm
    trunk/libpoe-component-irc-perl/inc/Module/Install/Can.pm
    trunk/libpoe-component-irc-perl/inc/Module/Install/Fetch.pm
    trunk/libpoe-component-irc-perl/inc/Module/Install/Makefile.pm
    trunk/libpoe-component-irc-perl/inc/Module/Install/Metadata.pm
    trunk/libpoe-component-irc-perl/inc/Module/Install/Win32.pm
    trunk/libpoe-component-irc-perl/inc/Module/Install/WriteAll.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Common.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Constants.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/BotAddressed.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/CTCP.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/CycleEmpty.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/DCC.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Logger.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Proxy.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Qnet.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Qnet/State.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/State.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Test/Plugin.pm
    trunk/libpoe-component-irc-perl/lib/POE/Filter/IRC/Compat.pm

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

Modified: trunk/libpoe-component-irc-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/Changes?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/MANIFEST?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/META.yml?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/Makefile.PL?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/README?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/debian/changelog?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/debian/control?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/inc/Module/Install.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/inc/Module/Install.pm?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/inc/Module/Install/Base.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/inc/Module/Install/Base.pm?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/inc/Module/Install/Can.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/inc/Module/Install/Can.pm?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/inc/Module/Install/Fetch.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/inc/Module/Install/Fetch.pm?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/inc/Module/Install/Makefile.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/inc/Module/Install/Makefile.pm?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/inc/Module/Install/Metadata.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/inc/Module/Install/Metadata.pm?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/inc/Module/Install/Win32.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/inc/Module/Install/Win32.pm?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/inc/Module/Install/WriteAll.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/inc/Module/Install/WriteAll.pm?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC.pm?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Common.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Common.pm?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Constants.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Constants.pm?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/BotAddressed.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/BotAddressed.pm?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/CTCP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/CTCP.pm?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/CycleEmpty.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/CycleEmpty.pm?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/DCC.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/DCC.pm?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Logger.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Logger.pm?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Proxy.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Proxy.pm?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Qnet.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Qnet.pm?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Qnet/State.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Qnet/State.pm?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/State.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/State.pm?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Test/Plugin.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Test/Plugin.pm?rev=22670&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Filter/IRC/Compat.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/lib/POE/Filter/IRC/Compat.pm?rev=22670&op=diff




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