r59909 - 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/

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Jun 28 16:32:22 UTC 2010


Author: gregoa
Date: Mon Jun 28 16:32:15 2010
New Revision: 59909

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

Modified:
    branches/upstream/libpoe-component-irc-perl/current/Changes
    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/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/Cookbook/Gtk2.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

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/Changes (original)
+++ branches/upstream/libpoe-component-irc-perl/current/Changes Mon Jun 28 16:32:15 2010
@@ -1,4 +1,15 @@
 Revision history for Perl extension POE::Component::IRC.
+
+6.35  Sun Jun 27 09:32:22 GMT 2010
+    - Disconnecting.pod: Mention when it is appropriate to use
+      C<< $irc->yield('shutdown') >>.
+    - Connector.pm: Clear the reconnect timer when the plugin is deleted so
+      that we can actually shut down the IRC component.
+    - Depend on POE::Component::Pluggable 1.26 for irc_plugin_error
+
+6.34  Fri Jun 25 18:16:40 GMT 2010
+    - CTCP.pm: Do "use POE::Component::IRC;" to avoid weird failures when
+      this plugin is compiled by code which hasn't done the same.
 
 6.33  Mon Jun 21 20:27:42 GMT 2010
     - BotCommand.pm: Allow user to choose how help messages are delivered

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/META.json (original)
+++ branches/upstream/libpoe-component-irc-perl/current/META.json Mon Jun 28 16:32:15 2010
@@ -16,9 +16,9 @@
    "name" : "POE-Component-IRC",
    "no_index" : {
       "directory" : [
-         "examples",
          "t",
-         "xt"
+         "xt",
+         "examples"
       ]
    },
    "prereqs" : {
@@ -31,7 +31,7 @@
          "requires" : {
             "POE" : "1.287",
             "POE::Component::Client::DNS" : "0.99",
-            "POE::Component::Pluggable" : "1.24",
+            "POE::Component::Pluggable" : "1.26",
             "POE::Driver::SysRW" : 0,
             "POE::Filter::IRCD" : "2.42",
             "POE::Filter::Line" : 0,
@@ -51,7 +51,7 @@
          "mailto" : "bug-POE-Component-IRC at rt.cpan.org",
          "web" : "https://rt.cpan.org/Public/Dist/Display.html?Name=POE-Component-IRC"
       },
-      "homepage" : "http://search.cpan.org/dist/POE-Component-IRC",
+      "homepage" : "http://search.cpan.org/dist/POE-Component-IRC/",
       "license" : [
          "http://dev.perl.org/licenses/"
       ],
@@ -59,10 +59,9 @@
          "type" : "git",
          "url" : "git://github.com/bingos/poe-component-irc.git",
          "web" : "http://github.com/bingos/poe-component-irc"
-      },
-      "x_Ratings" : "http://cpanratings.perl.org/d/POE-Component-IRC"
+      }
    },
-   "version" : "6.33",
+   "version" : "6.35",
    "x_authority" : "cpan:HINRIK"
 }
 

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/META.yml (original)
+++ branches/upstream/libpoe-component-irc-perl/current/META.yml Mon Jun 28 16:32:15 2010
@@ -15,13 +15,13 @@
 name: POE-Component-IRC
 no_index:
   directory:
-    - examples
     - t
     - xt
+    - examples
 requires:
   POE: 1.287
   POE::Component::Client::DNS: 0.99
-  POE::Component::Pluggable: 1.24
+  POE::Component::Pluggable: 1.26
   POE::Driver::SysRW: 0
   POE::Filter::IRCD: 2.42
   POE::Filter::Line: 0
@@ -34,9 +34,8 @@
   perl: 5.008
 resources:
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=POE-Component-IRC
-  homepage: http://search.cpan.org/dist/POE-Component-IRC
+  homepage: http://search.cpan.org/dist/POE-Component-IRC/
   license: http://dev.perl.org/licenses/
   repository: git://github.com/bingos/poe-component-irc.git
-  x_Ratings: http://cpanratings.perl.org/d/POE-Component-IRC
-version: 6.33
+version: 6.35
 x_authority: cpan:HINRIK

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/Makefile.PL (original)
+++ branches/upstream/libpoe-component-irc-perl/current/Makefile.PL Mon Jun 28 16:32:15 2010
@@ -22,7 +22,7 @@
   'PREREQ_PM' => {
     'POE' => '1.287',
     'POE::Component::Client::DNS' => '0.99',
-    'POE::Component::Pluggable' => '1.24',
+    'POE::Component::Pluggable' => '1.26',
     'POE::Driver::SysRW' => '0',
     'POE::Filter::IRCD' => '2.42',
     'POE::Filter::Line' => '0',
@@ -33,7 +33,7 @@
     'POE::Wheel::SocketFactory' => '0',
     'Test::More' => '0.47'
   },
-  'VERSION' => '6.33',
+  'VERSION' => '6.35',
   'test' => {
     'TESTS' => 't/*.t t/01_base/*.t t/02_behavior/*.t t/03_subclasses/*.t t/04_plugins/01_ctcp/*.t t/04_plugins/02_connector/*.t t/04_plugins/03_botaddressed/*.t t/04_plugins/04_bottraffic/*.t t/04_plugins/05_isupport/*.t t/04_plugins/06_plugman/*.t t/04_plugins/07_console/*.t t/04_plugins/08_proxy/*.t t/04_plugins/09_nickreclaim/*.t t/04_plugins/10_followtail/*.t t/04_plugins/11_cycleempty/*.t t/04_plugins/12_autojoin/*.t t/04_plugins/13_botcommand/*.t t/04_plugins/14_logger/*.t t/04_plugins/15_nickservid/*.t t/04_plugins/16_whois/*.t t/04_plugins/17_dcc/*.t t/05_regression/*.t'
   }

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/dist.ini (original)
+++ branches/upstream/libpoe-component-irc-perl/current/dist.ini Mon Jun 28 16:32:15 2010
@@ -4,40 +4,15 @@
 copyright_holder = Dennis Taylor, Chris Williams, and Hinrik Örn Sigurðsson
 license          = Perl_5
 
-[Authority]
-authority   = cpan:HINRIK
-do_metadata = 1
-
-[MetaResources]
-homepage          = http://search.cpan.org/dist/POE-Component-IRC
-bugtracker.mailto = bug-POE-Component-IRC at rt.cpan.org
-bugtracker.web    = https://rt.cpan.org/Public/Dist/Display.html?Name=POE-Component-IRC
-repository.web    = http://github.com/bingos/poe-component-irc
-repository.url    = git://github.com/bingos/poe-component-irc.git
-repository.type   = git
-license           = http://dev.perl.org/licenses/
-x_Ratings         = http://cpanratings.perl.org/d/POE-Component-IRC
-
-[@Filter]
-bundle = @Classic
-remove = PodVersion
-remove = PodCoverageTests
-
-[@Git]
-tag_format  = %v
-tag_message = CPAN release %v
-
-[NextRelease]
-format = %-5v %{ccc MMM d HH:mm:ss V YYYY}d
-
-[MetaNoIndex]
-directory = examples
-directory = t
-directory = xt
-
-[ReadmeFromPod]
-[VersionFromPrev]
-[MetaJSON]
+[@AVAR]
+dist               = POE-Component-IRC
+authority          = cpan:HINRIK
+bugtracker         = rt
+use_CompileTests   = 0
+nextrelease_format = %-5v %{ccc MMM d HH:mm:ss V YYYY}d
+github_user        = bingos
+git_tag_message    = CPAN release %v
+no_AutoPrereq      = 1
 
 [Prereq / Runtime]
 perl                      = 5.008
@@ -54,7 +29,7 @@
 
 ; POE extras
 POE::Filter::IRCD         = 2.42
-POE::Component::Pluggable = 1.24
+POE::Component::Pluggable = 1.26
 
 [Prereq / Test]
 Test::More                = 0.47

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Component::IRC;
 BEGIN {
-  $POE::Component::IRC::VERSION = '6.33';
+  $POE::Component::IRC::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::VERSION = '6.35';
 }
 
 use strict;

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Common.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Common.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Component::IRC::Common;
 BEGIN {
-  $POE::Component::IRC::Common::VERSION = '6.33';
+  $POE::Component::IRC::Common::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::Common::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::Common::VERSION = '6.35';
 }
 
 use strict;

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Constants.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Constants.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Component::IRC::Constants;
 BEGIN {
-  $POE::Component::IRC::Constants::VERSION = '6.33';
+  $POE::Component::IRC::Constants::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::Constants::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::Constants::VERSION = '6.35';
 }
 
 use strict;

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Cookbook/Disconnecting.pod (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Cookbook/Disconnecting.pod Mon Jun 28 16:32:15 2010
@@ -35,10 +35,23 @@
 
 =item *
 
+Do either of the following:
+
+=over
+
+=item *
+
 Unregister all events. This is like the C<< register => 'all' >> you probably
 posted near the C<connect> command, but replace C<register> with C<unregister>.
 Once POE::Component::IRC knows your session isn't interested, it lets you go
 and things shut down. 
+
+=item *
+
+If your session is the last/only one using this IRC component, you can call
+C<< $irc->yield('shutdown') >>. It will take care of unregistering all events.
+
+=back
 
 =back
 

Modified: branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Cookbook/Gtk2.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Cookbook/Gtk2.pod?rev=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Cookbook/Gtk2.pod (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Cookbook/Gtk2.pod Mon Jun 28 16:32:15 2010
@@ -47,6 +47,7 @@
              irc_nick_sync
              irc_join
              irc_msg
+             irc_433
          )],
      ],
  );
@@ -234,6 +235,13 @@
      push_buffer("<$nick> $what\n");
  }
 
+ sub irc_433 {
+     my $new_nick = $irc->nick_name() . "_";
+     $irc->yield(nick => $new_nick);
+     push_buffer("433 Nick taken ... changing to $new_nick\n", "fg_orange");
+
+ }
+
 =head1 AUTHOR
 
 Damian Kaczmarek

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Component::IRC::Plugin;
 BEGIN {
-  $POE::Component::IRC::Plugin::VERSION = '6.33';
+  $POE::Component::IRC::Plugin::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::Plugin::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::Plugin::VERSION = '6.35';
 }
 
 use strict;

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/AutoJoin.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/AutoJoin.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Component::IRC::Plugin::AutoJoin;
 BEGIN {
-  $POE::Component::IRC::Plugin::AutoJoin::VERSION = '6.33';
+  $POE::Component::IRC::Plugin::AutoJoin::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::Plugin::AutoJoin::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::Plugin::AutoJoin::VERSION = '6.35';
 }
 
 use strict;

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/BotAddressed.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/BotAddressed.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Component::IRC::Plugin::BotAddressed;
 BEGIN {
-  $POE::Component::IRC::Plugin::BotAddressed::VERSION = '6.33';
+  $POE::Component::IRC::Plugin::BotAddressed::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::Plugin::BotAddressed::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::Plugin::BotAddressed::VERSION = '6.35';
 }
 
 use strict;

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/BotCommand.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/BotCommand.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Component::IRC::Plugin::BotCommand;
 BEGIN {
-  $POE::Component::IRC::Plugin::BotCommand::VERSION = '6.33';
+  $POE::Component::IRC::Plugin::BotCommand::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::Plugin::BotCommand::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::Plugin::BotCommand::VERSION = '6.35';
 }
 
 use strict;

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/BotTraffic.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/BotTraffic.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Component::IRC::Plugin::BotTraffic;
 BEGIN {
-  $POE::Component::IRC::Plugin::BotTraffic::VERSION = '6.33';
+  $POE::Component::IRC::Plugin::BotTraffic::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::Plugin::BotTraffic::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::Plugin::BotTraffic::VERSION = '6.35';
 }
 
 use strict;

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/CTCP.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/CTCP.pm Mon Jun 28 16:32:15 2010
@@ -1,14 +1,15 @@
 package POE::Component::IRC::Plugin::CTCP;
 BEGIN {
-  $POE::Component::IRC::Plugin::CTCP::VERSION = '6.33';
+  $POE::Component::IRC::Plugin::CTCP::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::Plugin::CTCP::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::Plugin::CTCP::VERSION = '6.35';
 }
 
 use strict;
 use warnings;
 use Carp;
+use POE::Component::IRC;
 use POE::Component::IRC::Plugin qw( :ALL );
 use POSIX qw(strftime);
 

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Connector.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Connector.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Component::IRC::Plugin::Connector;
 BEGIN {
-  $POE::Component::IRC::Plugin::Connector::VERSION = '6.33';
+  $POE::Component::IRC::Plugin::Connector::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::Plugin::Connector::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::Plugin::Connector::VERSION = '6.35';
 }
 
 use strict;
@@ -141,6 +141,7 @@
     my ($kernel,$self) = @_[KERNEL, OBJECT];
 
     $kernel->yield( '_stop_ping' );
+    $kernel->delay('_reconnect');
     return;
 }
 

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Console.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Console.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Component::IRC::Plugin::Console;
 BEGIN {
-  $POE::Component::IRC::Plugin::Console::VERSION = '6.33';
+  $POE::Component::IRC::Plugin::Console::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::Plugin::Console::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::Plugin::Console::VERSION = '6.35';
 }
 
 use strict;

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/CycleEmpty.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/CycleEmpty.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Component::IRC::Plugin::CycleEmpty;
 BEGIN {
-  $POE::Component::IRC::Plugin::CycleEmpty::VERSION = '6.33';
+  $POE::Component::IRC::Plugin::CycleEmpty::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::Plugin::CycleEmpty::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::Plugin::CycleEmpty::VERSION = '6.35';
 }
 
 use strict;

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/DCC.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/DCC.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Component::IRC::Plugin::DCC;
 BEGIN {
-  $POE::Component::IRC::Plugin::DCC::VERSION = '6.33';
+  $POE::Component::IRC::Plugin::DCC::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::Plugin::DCC::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::Plugin::DCC::VERSION = '6.35';
 }
 
 use strict;

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/FollowTail.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/FollowTail.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Component::IRC::Plugin::FollowTail;
 BEGIN {
-  $POE::Component::IRC::Plugin::FollowTail::VERSION = '6.33';
+  $POE::Component::IRC::Plugin::FollowTail::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::Plugin::FollowTail::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::Plugin::FollowTail::VERSION = '6.35';
 }
 
 use strict;

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/ISupport.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/ISupport.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Component::IRC::Plugin::ISupport;
 BEGIN {
-  $POE::Component::IRC::Plugin::ISupport::VERSION = '6.33';
+  $POE::Component::IRC::Plugin::ISupport::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::Plugin::ISupport::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::Plugin::ISupport::VERSION = '6.35';
 }
 
 use strict;

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Logger.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Logger.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Component::IRC::Plugin::Logger;
 BEGIN {
-  $POE::Component::IRC::Plugin::Logger::VERSION = '6.33';
+  $POE::Component::IRC::Plugin::Logger::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::Plugin::Logger::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::Plugin::Logger::VERSION = '6.35';
 }
 
 use strict;

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/NickReclaim.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/NickReclaim.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Component::IRC::Plugin::NickReclaim;
 BEGIN {
-  $POE::Component::IRC::Plugin::NickReclaim::VERSION = '6.33';
+  $POE::Component::IRC::Plugin::NickReclaim::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::Plugin::NickReclaim::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::Plugin::NickReclaim::VERSION = '6.35';
 }
 
 use strict;

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/NickServID.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/NickServID.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Component::IRC::Plugin::NickServID;
 BEGIN {
-  $POE::Component::IRC::Plugin::NickServID::VERSION = '6.33';
+  $POE::Component::IRC::Plugin::NickServID::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::Plugin::NickServID::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::Plugin::NickServID::VERSION = '6.35';
 }
 
 use strict;

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/PlugMan.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/PlugMan.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Component::IRC::Plugin::PlugMan;
 BEGIN {
-  $POE::Component::IRC::Plugin::PlugMan::VERSION = '6.33';
+  $POE::Component::IRC::Plugin::PlugMan::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::Plugin::PlugMan::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::Plugin::PlugMan::VERSION = '6.35';
 }
 
 use strict;

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Proxy.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Proxy.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Component::IRC::Plugin::Proxy;
 BEGIN {
-  $POE::Component::IRC::Plugin::Proxy::VERSION = '6.33';
+  $POE::Component::IRC::Plugin::Proxy::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::Plugin::Proxy::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::Plugin::Proxy::VERSION = '6.35';
 }
 
 use strict;

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Whois.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Whois.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Component::IRC::Plugin::Whois;
 BEGIN {
-  $POE::Component::IRC::Plugin::Whois::VERSION = '6.33';
+  $POE::Component::IRC::Plugin::Whois::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::Plugin::Whois::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::Plugin::Whois::VERSION = '6.35';
 }
 
 use strict;

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Qnet.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Qnet.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Component::IRC::Qnet;
 BEGIN {
-  $POE::Component::IRC::Qnet::VERSION = '6.33';
+  $POE::Component::IRC::Qnet::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::Qnet::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::Qnet::VERSION = '6.35';
 }
 
 use strict;

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Qnet/State.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Qnet/State.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Component::IRC::Qnet::State;
 BEGIN {
-  $POE::Component::IRC::Qnet::State::VERSION = '6.33';
+  $POE::Component::IRC::Qnet::State::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::Qnet::State::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::Qnet::State::VERSION = '6.35';
 }
 
 use strict;

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/State.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/State.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Component::IRC::State;
 BEGIN {
-  $POE::Component::IRC::State::VERSION = '6.33';
+  $POE::Component::IRC::State::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Component::IRC::State::AUTHORITY = 'cpan:HINRIK';
+  $POE::Component::IRC::State::VERSION = '6.35';
 }
 
 use strict;

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Filter/IRC.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Filter/IRC.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Filter::IRC;
 BEGIN {
-  $POE::Filter::IRC::VERSION = '6.33';
+  $POE::Filter::IRC::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Filter::IRC::AUTHORITY = 'cpan:HINRIK';
+  $POE::Filter::IRC::VERSION = '6.35';
 }
 
 use strict;

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=59909&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/lib/POE/Filter/IRC/Compat.pm (original)
+++ branches/upstream/libpoe-component-irc-perl/current/lib/POE/Filter/IRC/Compat.pm Mon Jun 28 16:32:15 2010
@@ -1,9 +1,9 @@
 package POE::Filter::IRC::Compat;
 BEGIN {
-  $POE::Filter::IRC::Compat::VERSION = '6.33';
+  $POE::Filter::IRC::Compat::AUTHORITY = 'cpan:HINRIK';
 }
 BEGIN {
-  $POE::Filter::IRC::Compat::AUTHORITY = 'cpan:HINRIK';
+  $POE::Filter::IRC::Compat::VERSION = '6.35';
 }
 
 use strict;




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