r61898 - in /branches/upstream/libpoe-component-irc-perl/current: ./ lib/POE/Component/ lib/POE/Component/IRC/ lib/POE/Component/IRC/Cookbook/ lib/POE/Component/IRC/Plugin/ lib/POE/Component/IRC/Qnet/ lib/POE/Filter/ lib/POE/Filter/IRC/ t/ t/01_base/ 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/07_console/ t/04_plugins/08_proxy/ t/04_plugins/09_nickreclaim/ t/04_plugins/10_followtail/ t/04_plugins/11_cycleempty/ t/04_plugins/12_autojoin/ t/04_plugins/13_botcommand/ t/04_plugins/14_logger/ t/04_plugins/15_nickservid/ t/04_plugins/16_whois/ t/04_plugins/17_dcc/ t/05_regression/ t/inc/Net/ t/inc/POE/Component/IRC/Test/ t/inc/POE/Component/Server/ t/inc/POE/Component/Server/IRC/ xt/

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Aug 22 18:25:38 UTC 2010


Author: gregoa
Date: Sun Aug 22 18:25:27 2010
New Revision: 61898

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

Added:
    branches/upstream/libpoe-component-irc-perl/current/README.pod
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/14_logger/05_log_sub.t
Removed:
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/14_logger/03_log_sub.t
    branches/upstream/libpoe-component-irc-perl/current/t/release-pod-syntax.t
    branches/upstream/libpoe-component-irc-perl/current/xt/
Modified:
    branches/upstream/libpoe-component-irc-perl/current/Changes
    branches/upstream/libpoe-component-irc-perl/current/MANIFEST
    branches/upstream/libpoe-component-irc-perl/current/MANIFEST.SKIP
    branches/upstream/libpoe-component-irc-perl/current/META.json
    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/README
    branches/upstream/libpoe-component-irc-perl/current/dist.ini
    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/Cookbook/Disconnecting.pod
    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/01_base/01_compile.t
    branches/upstream/libpoe-component-irc-perl/current/t/01_base/02_filters.t
    branches/upstream/libpoe-component-irc-perl/current/t/01_base/03_common.t
    branches/upstream/libpoe-component-irc-perl/current/t/01_base/04_pocosi.t
    branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/01_public_methods.t
    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/04_ipv6.t
    branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/05_resolver.t
    branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/06_online.t
    branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/07_subclass.t
    branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/08_parent_session.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/12_delays.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/02_qnet.t
    branches/upstream/libpoe-component-irc-perl/current/t/03_subclasses/03_qnet_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/01_load.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/01_load.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/01_load.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/01_load.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/01_load.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/01_load.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/06_plugman/02_add.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/07_console/01_load.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/08_proxy/01_load.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/01_load.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/09_nickreclaim/03_immediate_change.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/09_nickreclaim/04_immediate_quit.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/10_followtail/01_load.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/11_cycleempty/01_load.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/01_load.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/01_load.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/13_botcommand/05_auth_sub.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/14_logger/01_load.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/15_nickservid/01_load.t
    branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/16_whois/01_load.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/01_load.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/Net/Netmask.pm
    branches/upstream/libpoe-component-irc-perl/current/t/inc/POE/Component/IRC/Test/Plugin.pm
    branches/upstream/libpoe-component-irc-perl/current/t/inc/POE/Component/Server/IRC.pm
    branches/upstream/libpoe-component-irc-perl/current/t/inc/POE/Component/Server/IRC/Backend.pm
    branches/upstream/libpoe-component-irc-perl/current/t/inc/POE/Component/Server/IRC/Common.pm
    branches/upstream/libpoe-component-irc-perl/current/t/inc/POE/Component/Server/IRC/OperServ.pm
    branches/upstream/libpoe-component-irc-perl/current/t/inc/POE/Component/Server/IRC/Pipeline.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=61898&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=61898&op=diff

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

Modified: branches/upstream/libpoe-component-irc-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/META.json?rev=61898&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=61898&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=61898&op=diff

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

Added: branches/upstream/libpoe-component-irc-perl/current/README.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/README.pod?rev=61898&op=file

Modified: branches/upstream/libpoe-component-irc-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/dist.ini?rev=61898&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=61898&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=61898&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=61898&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Cookbook/Disconnecting.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Cookbook/Disconnecting.pod?rev=61898&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=61898&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=61898&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=61898&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=61898&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=61898&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=61898&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=61898&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=61898&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=61898&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=61898&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=61898&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=61898&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=61898&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=61898&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=61898&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=61898&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=61898&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=61898&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=61898&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=61898&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=61898&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=61898&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=61898&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/01_base/01_compile.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/01_base/01_compile.t?rev=61898&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/01_base/02_filters.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/01_base/02_filters.t?rev=61898&op=diff

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

Modified: branches/upstream/libpoe-component-irc-perl/current/t/01_base/04_pocosi.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/01_base/04_pocosi.t?rev=61898&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/01_public_methods.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/01_public_methods.t?rev=61898&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=61898&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=61898&op=diff

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

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

Modified: branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/06_online.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/06_online.t?rev=61898&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=61898&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/08_parent_session.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/08_parent_session.t?rev=61898&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=61898&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=61898&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=61898&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/12_delays.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/02_behavior/12_delays.t?rev=61898&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=61898&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=61898&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=61898&op=diff

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

Modified: branches/upstream/libpoe-component-irc-perl/current/t/03_subclasses/03_qnet_state.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/03_subclasses/03_qnet_state.t?rev=61898&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=61898&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=61898&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/01_ctcp/01_load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/01_ctcp/01_load.t?rev=61898&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=61898&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/02_connector/01_load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/02_connector/01_load.t?rev=61898&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=61898&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/03_botaddressed/01_load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/03_botaddressed/01_load.t?rev=61898&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=61898&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/04_bottraffic/01_load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/04_bottraffic/01_load.t?rev=61898&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=61898&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/05_isupport/01_load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/05_isupport/01_load.t?rev=61898&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=61898&op=diff

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

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/06_plugman/02_add.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/06_plugman/02_add.t?rev=61898&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=61898&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=61898&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/07_console/01_load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/07_console/01_load.t?rev=61898&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/08_proxy/01_load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/08_proxy/01_load.t?rev=61898&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=61898&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/09_nickreclaim/01_load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/09_nickreclaim/01_load.t?rev=61898&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=61898&op=diff

Modified: 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=61898&op=diff

Modified: 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=61898&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/10_followtail/01_load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/10_followtail/01_load.t?rev=61898&op=diff

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

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=61898&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/12_autojoin/01_load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/12_autojoin/01_load.t?rev=61898&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=61898&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=61898&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=61898&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=61898&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=61898&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/13_botcommand/01_load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/13_botcommand/01_load.t?rev=61898&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=61898&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=61898&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=61898&op=diff

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

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/14_logger/01_load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/14_logger/01_load.t?rev=61898&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=61898&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=61898&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=61898&op=diff

Added: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/14_logger/05_log_sub.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/14_logger/05_log_sub.t?rev=61898&op=file

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/15_nickservid/01_load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/15_nickservid/01_load.t?rev=61898&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/16_whois/01_load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/16_whois/01_load.t?rev=61898&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=61898&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/17_dcc/01_load.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/17_dcc/01_load.t?rev=61898&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=61898&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=61898&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=61898&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=61898&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=61898&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=61898&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=61898&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/inc/Net/Netmask.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/inc/Net/Netmask.pm?rev=61898&op=diff

Modified: branches/upstream/libpoe-component-irc-perl/current/t/inc/POE/Component/IRC/Test/Plugin.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/t/inc/POE/Component/IRC/Test/Plugin.pm?rev=61898&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=61898&op=diff

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

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

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

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




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