r48797 - in /branches/upstream/libpoe-component-irc-perl/current: ./ examples/ lib/POE/Component/ lib/POE/Component/IRC/ lib/POE/Component/IRC/Plugin/ lib/POE/Component/IRC/Qnet/ lib/POE/Filter/ lib/POE/Filter/IRC/ t/02_behavior/ t/03_subclasses/ t/04_plugins/01_ctcp/ t/04_plugins/02_connector/ t/04_plugins/03_botaddressed/ t/04_plugins/04_bottraffic/ t/04_plugins/05_isupport/ t/04_plugins/06_plugman/ t/04_plugins/08_proxy/ t/04_plugins/09_nickreclaim/ t/04_plugins/11_cycleempty/ t/04_plugins/12_autojoin/ t/04_plugins/13_botcommand/ t/04_plugins/14_logger/ t/04_plugins/16_whois/ t/04_plugins/17_dcc/ t/05_regression/ t/inc/POE/Component/Server/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Dec 16 00:13:08 UTC 2009


Author: jawnsy-guest
Date: Wed Dec 16 00:12:57 2009
New Revision: 48797

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48797
Log:
[svn-upgrade] Integrating new upstream version, libpoe-component-irc-perl (6.18+dfsg)

Added:
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/09_nickreclaim/03_immediate_change.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/09_nickreclaim/04_immediate_quit.t
Modified:
    branches/upstream/libpoe-component-irc-perl/current/Changes
    branches/upstream/libpoe-component-irc-perl/current/MANIFEST
    branches/upstream/libpoe-component-irc-perl/current/META.yml
    branches/upstream/libpoe-component-irc-perl/current/Makefile.PL
    branches/upstream/libpoe-component-irc-perl/current/examples/ircproxy.pl
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Common.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Constants.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/AutoJoin.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/BotAddressed.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/BotCommand.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/BotTraffic.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/CTCP.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Connector.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Console.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/CycleEmpty.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/DCC.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/FollowTail.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/ISupport.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Logger.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/NickReclaim.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/NickServID.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/PlugMan.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Proxy.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Whois.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Qnet.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Qnet/State.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/State.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Filter/IRC.pm
    branches/upstream/libpoe-component-irc-perl/current/lib/POE/Filter/IRC/Compat.pm
    branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/02_connect.t
    branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/03_socketerr.t
    branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/07_subclass.t
    branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/09_multiple.t
    branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/10_signal.t
    branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/11_multi_signal.t
    branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/13_activity.t
    branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/14_newline.t
    branches/upstream/libpoe-component-irc-perl/current/t/03_subclasses/01_state.t
    branches/upstream/libpoe-component-irc-perl/current/t/03_subclasses/04_netsplit.t
    branches/upstream/libpoe-component-irc-perl/current/t/03_subclasses/05_state_awaypoll.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/01_ctcp/02_replies.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/02_connector/02_reconnect.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/03_botaddressed/02_output.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/04_bottraffic/02_output.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/05_isupport/02_isupport.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/06_plugman/03_irc_interface.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/06_plugman/04_auth_sub.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/08_proxy/02_connect.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/09_nickreclaim/02_reclaim.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/11_cycleempty/02_cycle.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/12_autojoin/02_join.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/12_autojoin/03_banned.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/12_autojoin/04_kicked.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/12_autojoin/05_password.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/12_autojoin/06_kick_ban_password.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/13_botcommand/02_commands.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/13_botcommand/03_options.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/13_botcommand/04_help.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/14_logger/02_public.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/14_logger/03_private.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/14_logger/04_dcc_chat.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/16_whois/02_whois.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/17_dcc/02_timeout.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/17_dcc/03_send.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/17_dcc/04_send_spaces.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/17_dcc/05_resume.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/17_dcc/06_chat.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/17_dcc/07_nat.t
    branches/upstream/libpoe-component-irc-perl/current/t/05_regression/01_dcc_chat_close.t
    branches/upstream/libpoe-component-irc-perl/current/t/inc/POE/Component/Server/IRC.pm

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

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

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

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

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

Modified: branches/upstream/libpoe-component-irc-perl/current/examples/ircproxy.pl
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/examples/ircproxy.pl?rev=48797&op=diff

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

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

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

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

Modified: branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/AutoJoin.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/AutoJoin.pm?rev=48797&op=diff

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

Modified: branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/BotCommand.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/BotCommand.pm?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/BotTraffic.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/BotTraffic.pm?rev=48797&op=diff

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

Modified: branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Connector.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Connector.pm?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Console.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Console.pm?rev=48797&op=diff

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

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

Modified: branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/FollowTail.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/FollowTail.pm?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/ISupport.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/ISupport.pm?rev=48797&op=diff

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

Modified: branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/NickReclaim.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/NickReclaim.pm?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/NickServID.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/NickServID.pm?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/PlugMan.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/PlugMan.pm?rev=48797&op=diff

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

Modified: branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Whois.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Whois.pm?rev=48797&op=diff

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

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

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

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

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

Modified: branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/02_connect.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/02_connect.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/03_socketerr.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/03_socketerr.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/07_subclass.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/07_subclass.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/09_multiple.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/09_multiple.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/10_signal.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/10_signal.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/11_multi_signal.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/11_multi_signal.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/13_activity.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/13_activity.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/14_newline.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/14_newline.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/03_subclasses/01_state.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/03_subclasses/01_state.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/03_subclasses/04_netsplit.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/03_subclasses/04_netsplit.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/03_subclasses/05_state_awaypoll.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/03_subclasses/05_state_awaypoll.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/01_ctcp/02_replies.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/01_ctcp/02_replies.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/02_connector/02_reconnect.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/02_connector/02_reconnect.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/03_botaddressed/02_output.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/03_botaddressed/02_output.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/04_bottraffic/02_output.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/04_bottraffic/02_output.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/05_isupport/02_isupport.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/05_isupport/02_isupport.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/06_plugman/03_irc_interface.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/06_plugman/03_irc_interface.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/06_plugman/04_auth_sub.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/06_plugman/04_auth_sub.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/08_proxy/02_connect.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/08_proxy/02_connect.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/09_nickreclaim/02_reclaim.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/09_nickreclaim/02_reclaim.t?rev=48797&op=diff

Added: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/09_nickreclaim/03_immediate_change.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/09_nickreclaim/03_immediate_change.t?rev=48797&op=file

Added: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/09_nickreclaim/04_immediate_quit.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/09_nickreclaim/04_immediate_quit.t?rev=48797&op=file

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/11_cycleempty/02_cycle.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/11_cycleempty/02_cycle.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/12_autojoin/02_join.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/12_autojoin/02_join.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/12_autojoin/03_banned.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/12_autojoin/03_banned.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/12_autojoin/04_kicked.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/12_autojoin/04_kicked.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/12_autojoin/05_password.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/12_autojoin/05_password.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/12_autojoin/06_kick_ban_password.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/12_autojoin/06_kick_ban_password.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/13_botcommand/02_commands.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/13_botcommand/02_commands.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/13_botcommand/03_options.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/13_botcommand/03_options.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/13_botcommand/04_help.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/13_botcommand/04_help.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/14_logger/02_public.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/14_logger/02_public.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/14_logger/03_private.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/14_logger/03_private.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/14_logger/04_dcc_chat.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/14_logger/04_dcc_chat.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/16_whois/02_whois.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/16_whois/02_whois.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/17_dcc/02_timeout.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/17_dcc/02_timeout.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/17_dcc/03_send.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/17_dcc/03_send.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/17_dcc/04_send_spaces.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/17_dcc/04_send_spaces.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/17_dcc/05_resume.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/17_dcc/05_resume.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/17_dcc/06_chat.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/17_dcc/06_chat.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/17_dcc/07_nat.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/17_dcc/07_nat.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/05_regression/01_dcc_chat_close.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/05_regression/01_dcc_chat_close.t?rev=48797&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/inc/POE/Component/Server/IRC.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/inc/POE/Component/Server/IRC.pm?rev=48797&op=diff




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