Skip to content

Commit

Permalink
Import of HINRIK/POE-Component-IRC-6.54 from CPAN.
Browse files Browse the repository at this point in the history
gitpan-cpan-distribution: POE-Component-IRC
gitpan-cpan-version:      6.54
gitpan-cpan-path:         HINRIK/POE-Component-IRC-6.54.tar.gz
gitpan-cpan-author:       HINRIK
gitpan-cpan-maturity:     released
  • Loading branch information
hinrik authored and Gitpan committed Oct 21, 2014
1 parent 892cff7 commit caf95a7
Show file tree
Hide file tree
Showing 33 changed files with 183 additions and 43 deletions.
5 changes: 2 additions & 3 deletions Changes
@@ -1,9 +1,8 @@
Revision history for Perl extension POE::Component::IRC.

6.53 Thu Mar 10 15:36:45 GMT 2011

6.54 Thu Mar 10 18:20:47 GMT 2011
- Fixed all the trailing space 'errors'
- Resolve an issue with irc_nick_sync in poco-irc-state
- Resolve an issue with irc_nick_sync in poco-irc-state, added test

6.52 Fri Nov 5 18:27:16 CET 2010
- Fixed typo in shutdown code and added a test to confirm
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -89,6 +89,7 @@ t/03_subclasses/02_qnet.t
t/03_subclasses/03_qnet_state.t
t/03_subclasses/04_netsplit.t
t/03_subclasses/05_state_awaypoll.t
t/03_subclasses/06_state_nick_sync.t
t/04_plugins/01_ctcp/01_load.t
t/04_plugins/01_ctcp/02_replies.t
t/04_plugins/02_connector/01_load.t
Expand Down
6 changes: 3 additions & 3 deletions META.json
Expand Up @@ -5,7 +5,7 @@
"Hinrik \u00c3\u0096rn Sigur\u00c3\u00b0sson <hinrik.sig@gmail.com>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 4.200004, CPAN::Meta::Converter version 2.110580",
"generated_by" : "Dist::Zilla version 4.102342, CPAN::Meta::Converter version 2.102400",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -52,7 +52,7 @@
}
}
},
"release_status" : "testing",
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"mailto" : "bug-POE-Component-IRC@rt.cpan.org",
Expand All @@ -68,7 +68,7 @@
"web" : "http://github.com/bingos/poe-component-irc"
}
},
"version" : "6.53",
"version" : "6.54",
"x_authority" : "cpan:HINRIK"
}

4 changes: 2 additions & 2 deletions META.yml
Expand Up @@ -8,7 +8,7 @@ build_requires:
configure_requires:
ExtUtils::MakeMaker: 6.31
dynamic_config: 0
generated_by: 'Dist::Zilla version 4.200004, CPAN::Meta::Converter version 2.110580'
generated_by: 'Dist::Zilla version 4.102342, CPAN::Meta::Converter version 2.102400'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand Down Expand Up @@ -39,5 +39,5 @@ resources:
homepage: http://search.cpan.org/dist/POE-Component-IRC/
license: http://dev.perl.org/licenses/
repository: git://github.com/bingos/poe-component-irc.git
version: 6.53
version: 6.54
x_authority: cpan:HINRIK
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -33,7 +33,7 @@ my %WriteMakefileArgs = (
'POE::Wheel::ReadWrite' => '0',
'POE::Wheel::SocketFactory' => '0'
},
'VERSION' => '6.53',
'VERSION' => '6.54',
'test' => {
'TESTS' => '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'
}
Expand Down
8 changes: 4 additions & 4 deletions README
Expand Up @@ -9,16 +9,16 @@ SYNOPSIS
use POE qw(Component::IRC);

my $nickname = 'Flibble' . $$;
my $ircname = 'Flibble the Sailor Bot';
my $server = 'irc.blahblahblah.irc';
my $ircname = 'Flibble the Sailor Bot';
my $server = 'irc.perl.org';

my @channels = ('#Blah', '#Foo', '#Bar');

# We create a new PoCo-IRC object
my $irc = POE::Component::IRC->spawn(
nick => $nickname,
ircname => $ircname,
server => $server,
server => $server,
) or die "Oh noooo! $!";

POE::Session->create(
Expand Down Expand Up @@ -82,7 +82,7 @@ SYNOPSIS
}
}
print join ' ', @output, "\n";
return 0;
return;
}

DESCRIPTION
Expand Down
10 changes: 5 additions & 5 deletions lib/POE/Component/IRC.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::VERSION = '6.54';
}

use strict;
Expand Down Expand Up @@ -1695,16 +1695,16 @@ POE::Component::IRC - A fully event-driven IRC client module
use POE qw(Component::IRC);
my $nickname = 'Flibble' . $$;
my $ircname = 'Flibble the Sailor Bot';
my $server = 'irc.blahblahblah.irc';
my $ircname = 'Flibble the Sailor Bot';
my $server = 'irc.perl.org';
my @channels = ('#Blah', '#Foo', '#Bar');
# We create a new PoCo-IRC object
my $irc = POE::Component::IRC->spawn(
nick => $nickname,
ircname => $ircname,
server => $server,
server => $server,
) or die "Oh noooo! $!";
POE::Session->create(
Expand Down Expand Up @@ -1768,7 +1768,7 @@ POE::Component::IRC - A fully event-driven IRC client module
}
}
print join ' ', @output, "\n";
return 0;
return;
}
=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Common.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Common::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::Common::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::Common::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Constants.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Constants::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::Constants::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::Constants::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::Plugin::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::Plugin::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/AutoJoin.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::AutoJoin::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::Plugin::AutoJoin::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::Plugin::AutoJoin::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/BotAddressed.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::BotAddressed::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::Plugin::BotAddressed::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::Plugin::BotAddressed::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/BotCommand.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::BotCommand::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::Plugin::BotCommand::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::Plugin::BotCommand::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/BotTraffic.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::BotTraffic::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::Plugin::BotTraffic::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::Plugin::BotTraffic::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/CTCP.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::CTCP::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::Plugin::CTCP::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::Plugin::CTCP::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/Connector.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::Connector::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::Plugin::Connector::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::Plugin::Connector::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/Console.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::Console::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::Plugin::Console::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::Plugin::Console::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/CycleEmpty.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::CycleEmpty::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::Plugin::CycleEmpty::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::Plugin::CycleEmpty::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/DCC.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::DCC::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::Plugin::DCC::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::Plugin::DCC::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/FollowTail.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::FollowTail::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::Plugin::FollowTail::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::Plugin::FollowTail::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/ISupport.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::ISupport::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::Plugin::ISupport::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::Plugin::ISupport::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/Logger.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::Logger::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::Plugin::Logger::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::Plugin::Logger::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/NickReclaim.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::NickReclaim::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::Plugin::NickReclaim::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::Plugin::NickReclaim::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/NickServID.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::NickServID::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::Plugin::NickServID::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::Plugin::NickServID::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/PlugMan.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::PlugMan::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::Plugin::PlugMan::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::Plugin::PlugMan::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/Proxy.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::Proxy::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::Plugin::Proxy::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::Plugin::Proxy::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/Whois.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::Whois::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::Plugin::Whois::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::Plugin::Whois::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Qnet.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Qnet::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::Qnet::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::Qnet::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Qnet/State.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Qnet::State::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::Qnet::State::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::Qnet::State::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/State.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::State::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Component::IRC::State::VERSION = '6.53'; # TRIAL
$POE::Component::IRC::State::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Filter/IRC.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Filter::IRC::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Filter::IRC::VERSION = '6.53'; # TRIAL
$POE::Filter::IRC::VERSION = '6.54';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Filter/IRC/Compat.pm
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Filter::IRC::Compat::AUTHORITY = 'cpan:HINRIK';
}
BEGIN {
$POE::Filter::IRC::Compat::VERSION = '6.53'; # TRIAL
$POE::Filter::IRC::Compat::VERSION = '6.54';
}

use strict;
Expand Down

0 comments on commit caf95a7

Please sign in to comment.