r52683 - in /branches/upstream/libpoe-component-irc-perl/current: ./ lib/POE/Component/ lib/POE/Component/IRC/ lib/POE/Component/IRC/Plugin/ lib/POE/Component/IRC/Qnet/ lib/POE/Filter/ lib/POE/Filter/IRC/
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Sat Feb 13 22:38:11 UTC 2010
Author: jawnsy-guest
Date: Sat Feb 13 22:37:49 2010
New Revision: 52683
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52683
Log:
[svn-upgrade] Integrating new upstream version, libpoe-component-irc-perl (6.24+dfsg)
Modified:
branches/upstream/libpoe-component-irc-perl/current/Changes
branches/upstream/libpoe-component-irc-perl/current/META.yml
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Common.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Constants.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/AutoJoin.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/BotAddressed.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/BotCommand.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/BotTraffic.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/CTCP.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Connector.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Console.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/CycleEmpty.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/DCC.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/FollowTail.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/ISupport.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Logger.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/NickReclaim.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/NickServID.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/PlugMan.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Proxy.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Plugin/Whois.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Qnet.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/Qnet/State.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Component/IRC/State.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Filter/IRC.pm
branches/upstream/libpoe-component-irc-perl/current/lib/POE/Filter/IRC/Compat.pm
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=52683&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/Changes (original)
+++ branches/upstream/libpoe-component-irc-perl/current/Changes Sat Feb 13 22:37:49 2010
@@ -1,4 +1,8 @@
Revision history for Perl extension POE::Component::IRC.
+
+6.24 Fri Feb 12 02:45:21 GMT 2010
+ - NickServID.pm: Identification wasn't working after the change a couple
+ of releases ago. Thanks to John O'Brien in RT #54530. (Hinrik)
6.22 Wed Jan 20 01:50:23 GMT 2010
- Logger.pm: The 'Restricted' switch had the opposite of the documented
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=52683&op=diff
==============================================================================
--- branches/upstream/libpoe-component-irc-perl/current/META.yml (original)
+++ branches/upstream/libpoe-component-irc-perl/current/META.yml Sat Feb 13 22:37:49 2010
@@ -23,82 +23,82 @@
provides:
POE::Component::IRC:
file: lib/POE/Component/IRC.pm
- version: 6.22
+ version: 6.24
POE::Component::IRC::Common:
file: lib/POE/Component/IRC/Common.pm
- version: 6.22
+ version: 6.24
POE::Component::IRC::Constants:
file: lib/POE/Component/IRC/Constants.pm
- version: 6.22
+ version: 6.24
POE::Component::IRC::Plugin:
file: lib/POE/Component/IRC/Plugin.pm
- version: 6.22
+ version: 6.24
POE::Component::IRC::Plugin::AutoJoin:
file: lib/POE/Component/IRC/Plugin/AutoJoin.pm
- version: 6.22
+ version: 6.24
POE::Component::IRC::Plugin::BotAddressed:
file: lib/POE/Component/IRC/Plugin/BotAddressed.pm
- version: 6.22
+ version: 6.24
POE::Component::IRC::Plugin::BotCommand:
file: lib/POE/Component/IRC/Plugin/BotCommand.pm
- version: 6.22
+ version: 6.24
POE::Component::IRC::Plugin::BotTraffic:
file: lib/POE/Component/IRC/Plugin/BotTraffic.pm
- version: 6.22
+ version: 6.24
POE::Component::IRC::Plugin::CTCP:
file: lib/POE/Component/IRC/Plugin/CTCP.pm
- version: 6.22
+ version: 6.24
POE::Component::IRC::Plugin::Connector:
file: lib/POE/Component/IRC/Plugin/Connector.pm
- version: 6.22
+ version: 6.24
POE::Component::IRC::Plugin::Console:
file: lib/POE/Component/IRC/Plugin/Console.pm
- version: 6.22
+ version: 6.24
POE::Component::IRC::Plugin::CycleEmpty:
file: lib/POE/Component/IRC/Plugin/CycleEmpty.pm
- version: 6.22
+ version: 6.24
POE::Component::IRC::Plugin::DCC:
file: lib/POE/Component/IRC/Plugin/DCC.pm
- version: 6.22
+ version: 6.24
POE::Component::IRC::Plugin::FollowTail:
file: lib/POE/Component/IRC/Plugin/FollowTail.pm
- version: 6.22
+ version: 6.24
POE::Component::IRC::Plugin::ISupport:
file: lib/POE/Component/IRC/Plugin/ISupport.pm
- version: 6.22
+ version: 6.24
POE::Component::IRC::Plugin::Logger:
file: lib/POE/Component/IRC/Plugin/Logger.pm
- version: 6.22
+ version: 6.24
POE::Component::IRC::Plugin::NickReclaim:
file: lib/POE/Component/IRC/Plugin/NickReclaim.pm
- version: 6.22
+ version: 6.24
POE::Component::IRC::Plugin::NickServID:
file: lib/POE/Component/IRC/Plugin/NickServID.pm
- version: 6.22
+ version: 6.24
POE::Component::IRC::Plugin::PlugMan:
file: lib/POE/Component/IRC/Plugin/PlugMan.pm
- version: 6.22
+ version: 6.24
POE::Component::IRC::Plugin::Proxy:
file: lib/POE/Component/IRC/Plugin/Proxy.pm
- version: 6.22
+ version: 6.24
POE::Component::IRC::Plugin::Whois:
file: lib/POE/Component/IRC/Plugin/Whois.pm
- version: 6.22
+ version: 6.24
POE::Component::IRC::Qnet:
file: lib/POE/Component/IRC/Qnet.pm
- version: 6.22
+ version: 6.24
POE::Component::IRC::Qnet::State:
file: lib/POE/Component/IRC/Qnet/State.pm
- version: 6.22
+ version: 6.24
POE::Component::IRC::State:
file: lib/POE/Component/IRC/State.pm
- version: 6.22
+ version: 6.24
POE::Filter::IRC:
file: lib/POE/Filter/IRC.pm
- version: 6.22
+ version: 6.24
POE::Filter::IRC::Compat:
file: lib/POE/Filter/IRC/Compat.pm
- version: 6.22
+ version: 6.24
requires:
Encode: 0
Encode::Guess: 0
@@ -116,4 +116,4 @@
homepage: http://github.com/bingos/poe-component-irc/tree
license: http://dev.perl.org/licenses/
repository: git://github.com/bingos/poe-component-irc.git
-version: 6.22
+version: 6.24
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -16,7 +16,7 @@
use Socket;
use base qw(POE::Component::Pluggable);
-our $VERSION = '6.22';
+our $VERSION = '6.24';
our ($GOT_SSL, $GOT_CLIENT_DNS, $GOT_SOCKET6, $GOT_ZLIB);
BEGIN {
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -5,7 +5,7 @@
use Encode qw(decode);
use Encode::Guess;
-our $VERSION = '6.22';
+our $VERSION = '6.24';
require Exporter;
use base qw(Exporter);
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -3,7 +3,7 @@
use strict;
use warnings;
-our $VERSION = '6.22';
+our $VERSION = '6.24';
require Exporter;
use base qw(Exporter);
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -3,7 +3,7 @@
use strict;
use warnings;
-our $VERSION = '6.22';
+our $VERSION = '6.24';
require Exporter;
use base qw(Exporter);
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -6,7 +6,7 @@
use POE::Component::IRC::Plugin qw(:ALL);
use POE::Component::IRC::Common qw(parse_user l_irc);
-our $VERSION = '6.22';
+our $VERSION = '6.24';
sub new {
my ($package) = shift;
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -5,7 +5,7 @@
use Carp;
use POE::Component::IRC::Plugin qw( :ALL );
-our $VERSION = '6.22';
+our $VERSION = '6.24';
sub new {
my ($package) = shift;
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -6,7 +6,7 @@
use POE::Component::IRC::Common qw( parse_user strip_color strip_formatting );
use POE::Component::IRC::Plugin qw( :ALL );
-our $VERSION = '6.22';
+our $VERSION = '6.24';
sub new {
my ($package) = shift;
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -6,7 +6,7 @@
use POE::Filter::IRCD;
use POE::Filter::IRC::Compat;
-our $VERSION = '6.22';
+our $VERSION = '6.24';
sub new {
my ($package) = @_;
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -6,7 +6,7 @@
use POE::Component::IRC::Plugin qw( :ALL );
use POSIX qw(strftime);
-our $VERSION = '6.22';
+our $VERSION = '6.24';
sub new {
my ($package) = shift;
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -6,7 +6,7 @@
use POE;
use POE::Component::IRC::Plugin qw( :ALL );
-our $VERSION = '6.22';
+our $VERSION = '6.24';
sub new {
my ($package) = shift;
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -6,7 +6,7 @@
use POE qw(Wheel::SocketFactory Wheel::ReadWrite Filter::IRCD Filter::Line Filter::Stackable);
use POE::Component::IRC::Plugin qw( :ALL );
-our $VERSION = '6.22';
+our $VERSION = '6.24';
sub new {
my $package = shift;
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -6,7 +6,7 @@
use POE::Component::IRC::Plugin qw( :ALL );
use POE::Component::IRC::Common qw( parse_user u_irc );
-our $VERSION = '6.22';
+our $VERSION = '6.24';
sub new {
my ($package) = shift;
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -9,7 +9,7 @@
use POE::Component::IRC::Plugin qw(:ALL);
use Socket;
-our $VERSION = '6.22';
+our $VERSION = '6.24';
use constant {
OUT_BLOCKSIZE => 1024, # Send DCC data in 1k chunks
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -6,7 +6,7 @@
use POE qw(Wheel::FollowTail);
use POE::Component::IRC::Plugin qw( :ALL );
-our $VERSION = '6.22';
+our $VERSION = '6.24';
sub new {
my ($package) = shift;
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -4,7 +4,7 @@
use warnings;
use POE::Component::IRC::Plugin qw(:ALL);
-our $VERSION = '6.22';
+our $VERSION = '6.24';
sub new {
return bless { }, shift;
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -12,7 +12,7 @@
use POE::Component::IRC::Common qw( l_irc parse_user strip_color strip_formatting irc_to_utf8);
use POSIX qw(strftime);
-our $VERSION = '6.22';
+our $VERSION = '6.24';
sub new {
my ($package) = shift;
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -6,7 +6,7 @@
use POE::Component::IRC::Common qw(parse_user);
use POE::Component::IRC::Plugin qw(PCI_EAT_NONE);
-our $VERSION = '6.22';
+our $VERSION = '6.24';
sub new {
my ($package) = shift;
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -6,7 +6,7 @@
use POE::Component::IRC::Plugin qw( :ALL );
use POE::Component::IRC::Common qw( u_irc );
-our $VERSION = '6.22';
+our $VERSION = '6.24';
sub new {
my ($package) = shift;
@@ -20,6 +20,7 @@
sub PCI_register {
my ($self, $irc) = @_;
$self->{nick} = $irc->{nick};
+ $self->{irc} = $irc;
$irc->plugin_register($self, 'SERVER', qw(004 nick));
return 1;
}
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -6,7 +6,7 @@
use POE::Component::IRC::Plugin qw( :ALL );
use POE::Component::IRC::Common qw( matches_mask parse_user );
-our $VERSION = '6.22';
+our $VERSION = '6.24';
BEGIN {
# Turn on the debugger's symbol source tracing
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -8,7 +8,7 @@
Filter::Line Filter::Stackable);
use POE::Component::IRC::Plugin qw(PCI_EAT_NONE);
-our $VERSION = '6.22';
+our $VERSION = '6.24';
sub new {
my ($package) = shift;
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -6,7 +6,7 @@
use POE::Component::IRC::Plugin qw( PCI_EAT_NONE );
use POE::Component::IRC::Common qw(:ALL);
-our $VERSION = '6.22';
+our $VERSION = '6.24';
sub new {
return bless { }, shift;
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -7,7 +7,7 @@
use POE::Component::IRC::Constants qw(:ALL);
use base qw(POE::Component::IRC);
-our $VERSION = '6.22';
+our $VERSION = '6.24';
sub _create {
my $self = shift;
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -8,7 +8,7 @@
use POE::Component::IRC::Plugin qw(:ALL);
use base qw(POE::Component::IRC::State POE::Component::IRC::Qnet);
-our $VERSION = '6.22';
+our $VERSION = '6.24';
sub _create {
my $self = shift;
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -7,7 +7,7 @@
use POE::Component::IRC::Plugin qw(PCI_EAT_NONE);
use base qw(POE::Component::IRC);
-our $VERSION = '6.22';
+our $VERSION = '6.24';
# Event handlers for tracking the STATE. $self->{STATE} is used as our
# namespace. u_irc() is used to create unique keys.
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -6,7 +6,7 @@
use POE::Filter::IRCD;
use POE::Filter::IRC::Compat;
-our $VERSION = '6.22';
+our $VERSION = '6.24';
sub new {
my ($package, %opts) = @_;
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=52683&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 Sat Feb 13 22:37:49 2010
@@ -7,7 +7,7 @@
use File::Basename qw(fileparse);
use base qw(POE::Filter);
-our $VERSION = '6.22';
+our $VERSION = '6.24';
my %irc_cmds = (
qr/^\d{3}$/ => sub {
More information about the Pkg-perl-cvs-commits
mailing list