r75762 - in /trunk/libpoe-component-irc-perl: ./ debian/ 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/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/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/

jotamjr-guest at users.alioth.debian.org jotamjr-guest at users.alioth.debian.org
Wed Jun 15 06:52:44 UTC 2011


Author: jotamjr-guest
Date: Wed Jun 15 06:52:34 2011
New Revision: 75762

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

Added:
    trunk/libpoe-component-irc-perl/t/04_plugins/13_botcommand/06_prefix.t
      - copied unchanged from r75761, branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/13_botcommand/06_prefix.t
    trunk/libpoe-component-irc-perl/t/04_plugins/13_botcommand/07_bare_private.t
      - copied unchanged from r75761, branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/13_botcommand/07_bare_private.t
    trunk/libpoe-component-irc-perl/t/04_plugins/13_botcommand/08_nonword.t
      - copied unchanged from r75761, branches/upstream/libpoe-component-irc-perl/current/t/04_plugins/13_botcommand/08_nonword.t
Modified:
    trunk/libpoe-component-irc-perl/Changes
    trunk/libpoe-component-irc-perl/LICENSE
    trunk/libpoe-component-irc-perl/MANIFEST
    trunk/libpoe-component-irc-perl/META.json
    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/dist.ini
    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.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/AutoJoin.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/BotAddressed.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/BotCommand.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/BotTraffic.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/CTCP.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Connector.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Console.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/FollowTail.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/ISupport.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Logger.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/NickReclaim.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/NickServID.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/PlugMan.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Proxy.pm
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Whois.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/Filter/IRC.pm
    trunk/libpoe-component-irc-perl/lib/POE/Filter/IRC/Compat.pm
    trunk/libpoe-component-irc-perl/t/01_base/02_filters.t
    trunk/libpoe-component-irc-perl/t/02_behavior/02_connect.t
    trunk/libpoe-component-irc-perl/t/02_behavior/03_socketerr.t
    trunk/libpoe-component-irc-perl/t/02_behavior/04_ipv6.t
    trunk/libpoe-component-irc-perl/t/02_behavior/06_online.t
    trunk/libpoe-component-irc-perl/t/02_behavior/07_subclass.t
    trunk/libpoe-component-irc-perl/t/02_behavior/09_multiple.t
    trunk/libpoe-component-irc-perl/t/02_behavior/10_signal.t
    trunk/libpoe-component-irc-perl/t/02_behavior/11_multi_signal.t
    trunk/libpoe-component-irc-perl/t/02_behavior/12_delays.t
    trunk/libpoe-component-irc-perl/t/02_behavior/13_activity.t
    trunk/libpoe-component-irc-perl/t/02_behavior/14_newline.t
    trunk/libpoe-component-irc-perl/t/02_behavior/15_no_stacked_ctcp.t
    trunk/libpoe-component-irc-perl/t/02_behavior/16_nonclosing_ctcp.t
    trunk/libpoe-component-irc-perl/t/02_behavior/17_raw.t
    trunk/libpoe-component-irc-perl/t/02_behavior/18_shutdown.t
    trunk/libpoe-component-irc-perl/t/03_subclasses/01_state.t
    trunk/libpoe-component-irc-perl/t/03_subclasses/04_netsplit.t
    trunk/libpoe-component-irc-perl/t/03_subclasses/05_state_awaypoll.t
    trunk/libpoe-component-irc-perl/t/03_subclasses/06_state_nick_sync.t
    trunk/libpoe-component-irc-perl/t/04_plugins/01_ctcp/02_replies.t
    trunk/libpoe-component-irc-perl/t/04_plugins/02_connector/02_reconnect.t
    trunk/libpoe-component-irc-perl/t/04_plugins/03_botaddressed/02_output.t
    trunk/libpoe-component-irc-perl/t/04_plugins/04_bottraffic/02_output.t
    trunk/libpoe-component-irc-perl/t/04_plugins/05_isupport/02_isupport.t
    trunk/libpoe-component-irc-perl/t/04_plugins/06_plugman/03_irc_interface.t
    trunk/libpoe-component-irc-perl/t/04_plugins/06_plugman/04_auth_sub.t
    trunk/libpoe-component-irc-perl/t/04_plugins/08_proxy/02_connect.t
    trunk/libpoe-component-irc-perl/t/04_plugins/09_nickreclaim/02_reclaim.t
    trunk/libpoe-component-irc-perl/t/04_plugins/09_nickreclaim/03_immediate_change.t
    trunk/libpoe-component-irc-perl/t/04_plugins/09_nickreclaim/04_immediate_quit.t
    trunk/libpoe-component-irc-perl/t/04_plugins/11_cycleempty/02_cycle.t
    trunk/libpoe-component-irc-perl/t/04_plugins/12_autojoin/02_join.t
    trunk/libpoe-component-irc-perl/t/04_plugins/12_autojoin/03_banned.t
    trunk/libpoe-component-irc-perl/t/04_plugins/12_autojoin/04_kicked.t
    trunk/libpoe-component-irc-perl/t/04_plugins/12_autojoin/05_password.t
    trunk/libpoe-component-irc-perl/t/04_plugins/12_autojoin/06_kick_ban_password.t
    trunk/libpoe-component-irc-perl/t/04_plugins/13_botcommand/02_commands.t
    trunk/libpoe-component-irc-perl/t/04_plugins/13_botcommand/03_options.t
    trunk/libpoe-component-irc-perl/t/04_plugins/13_botcommand/04_help.t
    trunk/libpoe-component-irc-perl/t/04_plugins/13_botcommand/05_auth_sub.t
    trunk/libpoe-component-irc-perl/t/04_plugins/14_logger/02_public.t
    trunk/libpoe-component-irc-perl/t/04_plugins/14_logger/03_private.t
    trunk/libpoe-component-irc-perl/t/04_plugins/14_logger/04_dcc_chat.t
    trunk/libpoe-component-irc-perl/t/04_plugins/14_logger/05_log_sub.t
    trunk/libpoe-component-irc-perl/t/04_plugins/16_whois/02_whois.t
    trunk/libpoe-component-irc-perl/t/04_plugins/17_dcc/02_timeout.t
    trunk/libpoe-component-irc-perl/t/04_plugins/17_dcc/03_send.t
    trunk/libpoe-component-irc-perl/t/04_plugins/17_dcc/04_send_spaces.t
    trunk/libpoe-component-irc-perl/t/04_plugins/17_dcc/05_resume.t
    trunk/libpoe-component-irc-perl/t/04_plugins/17_dcc/06_chat.t
    trunk/libpoe-component-irc-perl/t/04_plugins/17_dcc/07_nat.t
    trunk/libpoe-component-irc-perl/t/05_regression/01_dcc_chat_close.t

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

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

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

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

Modified: trunk/libpoe-component-irc-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/README?rev=75762&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=75762&op=diff

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

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

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/AutoJoin.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/AutoJoin.pm?rev=75762&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=75762&op=diff

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

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/BotTraffic.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/BotTraffic.pm?rev=75762&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=75762&op=diff

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

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Console.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Console.pm?rev=75762&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=75762&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=75762&op=diff

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

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/ISupport.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/ISupport.pm?rev=75762&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=75762&op=diff

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

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

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/PlugMan.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/PlugMan.pm?rev=75762&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=75762&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Whois.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Plugin/Whois.pm?rev=75762&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=75762&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=75762&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=75762&op=diff

Modified: trunk/libpoe-component-irc-perl/lib/POE/Filter/IRC.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/lib/POE/Filter/IRC.pm?rev=75762&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=75762&op=diff

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

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

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

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

Modified: trunk/libpoe-component-irc-perl/t/02_behavior/06_online.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/t/02_behavior/06_online.t?rev=75762&op=diff

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

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

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

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

Modified: trunk/libpoe-component-irc-perl/t/02_behavior/12_delays.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/t/02_behavior/12_delays.t?rev=75762&op=diff

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

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

Modified: trunk/libpoe-component-irc-perl/t/02_behavior/15_no_stacked_ctcp.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/t/02_behavior/15_no_stacked_ctcp.t?rev=75762&op=diff

Modified: trunk/libpoe-component-irc-perl/t/02_behavior/16_nonclosing_ctcp.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/t/02_behavior/16_nonclosing_ctcp.t?rev=75762&op=diff

Modified: trunk/libpoe-component-irc-perl/t/02_behavior/17_raw.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/t/02_behavior/17_raw.t?rev=75762&op=diff

Modified: trunk/libpoe-component-irc-perl/t/02_behavior/18_shutdown.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/t/02_behavior/18_shutdown.t?rev=75762&op=diff

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

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

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

Modified: trunk/libpoe-component-irc-perl/t/03_subclasses/06_state_nick_sync.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/t/03_subclasses/06_state_nick_sync.t?rev=75762&op=diff

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

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

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

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

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

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

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

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

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

Modified: trunk/libpoe-component-irc-perl/t/04_plugins/09_nickreclaim/03_immediate_change.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/t/04_plugins/09_nickreclaim/03_immediate_change.t?rev=75762&op=diff

Modified: trunk/libpoe-component-irc-perl/t/04_plugins/09_nickreclaim/04_immediate_quit.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/t/04_plugins/09_nickreclaim/04_immediate_quit.t?rev=75762&op=diff

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

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

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

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

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

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

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

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

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

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

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

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

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

Modified: trunk/libpoe-component-irc-perl/t/04_plugins/14_logger/05_log_sub.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/t/04_plugins/14_logger/05_log_sub.t?rev=75762&op=diff

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

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

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

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

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

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

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

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




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