r71222 - in /trunk/libpoe-component-irc-perl: ./ debian/ examples/ 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/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/Algorithm/ t/inc/Crypt/ t/inc/Net/ t/inc/POE/Component/IRC/Test/ t/inc/POE/Component/Server/ t/inc/POE/Component/Server/IRC/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Mar 12 01:13:03 UTC 2011


Author: jawnsy-guest
Date: Sat Mar 12 01:12:03 2011
New Revision: 71222

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71222
Log:
* New upstream release
* Bump to debhelper compat 8

Added:
    trunk/libpoe-component-irc-perl/t/03_subclasses/06_state_nick_sync.t
      - copied unchanged from r71215, branches/upstream/libpoe-component-irc-perl/current/t/03_subclasses/06_state_nick_sync.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/debian/compat
    trunk/libpoe-component-irc-perl/debian/control
    trunk/libpoe-component-irc-perl/examples/aimproxy.pl
    trunk/libpoe-component-irc-perl/examples/ircproxy.pl
    trunk/libpoe-component-irc-perl/examples/rot13_multi.pl
    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/Cookbook/Disconnecting.pod
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Cookbook/Gtk2.pod
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Cookbook/Reload.pod
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Cookbook/Seen.pod
    trunk/libpoe-component-irc-perl/lib/POE/Component/IRC/Cookbook/Translator.pod
    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/Projects.pod
    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/05_resolver.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/08_parent_session.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/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/04_plugins/01_ctcp/01_load.t
    trunk/libpoe-component-irc-perl/t/04_plugins/01_ctcp/02_replies.t
    trunk/libpoe-component-irc-perl/t/04_plugins/02_connector/01_load.t
    trunk/libpoe-component-irc-perl/t/04_plugins/02_connector/02_reconnect.t
    trunk/libpoe-component-irc-perl/t/04_plugins/03_botaddressed/01_load.t
    trunk/libpoe-component-irc-perl/t/04_plugins/03_botaddressed/02_output.t
    trunk/libpoe-component-irc-perl/t/04_plugins/04_bottraffic/01_load.t
    trunk/libpoe-component-irc-perl/t/04_plugins/04_bottraffic/02_output.t
    trunk/libpoe-component-irc-perl/t/04_plugins/05_isupport/01_load.t
    trunk/libpoe-component-irc-perl/t/04_plugins/05_isupport/02_isupport.t
    trunk/libpoe-component-irc-perl/t/04_plugins/06_plugman/01_load.t
    trunk/libpoe-component-irc-perl/t/04_plugins/06_plugman/02_add.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/07_console/01_load.t
    trunk/libpoe-component-irc-perl/t/04_plugins/08_proxy/01_load.t
    trunk/libpoe-component-irc-perl/t/04_plugins/08_proxy/02_connect.t
    trunk/libpoe-component-irc-perl/t/04_plugins/09_nickreclaim/01_load.t
    trunk/libpoe-component-irc-perl/t/04_plugins/09_nickreclaim/02_reclaim.t
    trunk/libpoe-component-irc-perl/t/04_plugins/09_nickreclaim/04_immediate_quit.t
    trunk/libpoe-component-irc-perl/t/04_plugins/10_followtail/01_load.t
    trunk/libpoe-component-irc-perl/t/04_plugins/11_cycleempty/01_load.t
    trunk/libpoe-component-irc-perl/t/04_plugins/11_cycleempty/02_cycle.t
    trunk/libpoe-component-irc-perl/t/04_plugins/12_autojoin/01_load.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/01_load.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/01_load.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/15_nickservid/01_load.t
    trunk/libpoe-component-irc-perl/t/04_plugins/16_whois/01_load.t
    trunk/libpoe-component-irc-perl/t/04_plugins/16_whois/02_whois.t
    trunk/libpoe-component-irc-perl/t/04_plugins/17_dcc/01_load.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
    trunk/libpoe-component-irc-perl/t/inc/Algorithm/DiffOld.pm
    trunk/libpoe-component-irc-perl/t/inc/Crypt/PasswdMD5.pm
    trunk/libpoe-component-irc-perl/t/inc/Net/Netmask.pm
    trunk/libpoe-component-irc-perl/t/inc/POE/Component/IRC/Test/Plugin.pm
    trunk/libpoe-component-irc-perl/t/inc/POE/Component/Server/IRC.pm
    trunk/libpoe-component-irc-perl/t/inc/POE/Component/Server/IRC/Backend.pm
    trunk/libpoe-component-irc-perl/t/inc/POE/Component/Server/IRC/Common.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=71222&op=diff

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

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

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

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

Modified: trunk/libpoe-component-irc-perl/examples/aimproxy.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/examples/aimproxy.pl?rev=71222&op=diff

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

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

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

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

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

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

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

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

Modified: trunk/libpoe-component-irc-perl/t/02_behavior/05_resolver.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/t/02_behavior/05_resolver.t?rev=71222&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=71222&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=71222&op=diff

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

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

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

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

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

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

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

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

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

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

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

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

Modified: trunk/libpoe-component-irc-perl/t/04_plugins/11_cycleempty/01_load.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/t/04_plugins/11_cycleempty/01_load.t?rev=71222&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=71222&op=diff

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

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

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

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

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

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

Modified: trunk/libpoe-component-irc-perl/t/inc/Algorithm/DiffOld.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/t/inc/Algorithm/DiffOld.pm?rev=71222&op=diff

Modified: trunk/libpoe-component-irc-perl/t/inc/Crypt/PasswdMD5.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/t/inc/Crypt/PasswdMD5.pm?rev=71222&op=diff

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

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

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

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

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




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