Skip to content

Commit

Permalink
Import of BINGOS/POE-Component-IRC-6.80 from CPAN.
Browse files Browse the repository at this point in the history
gitpan-cpan-distribution: POE-Component-IRC
gitpan-cpan-version:      6.80
gitpan-cpan-path:         BINGOS/POE-Component-IRC-6.80.tar.gz
gitpan-cpan-author:       BINGOS
gitpan-cpan-maturity:     released
  • Loading branch information
bingos authored and Gitpan committed Oct 21, 2014
1 parent a138f27 commit 488d97b
Show file tree
Hide file tree
Showing 31 changed files with 36 additions and 29 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Perl extension POE::Component::IRC.

6.80 Thu Sep 20 09:52:59 BST 2012
- Add missing prereq

6.79 Wed Sep 19 14:24:03 BST 2012
- Argument naming and argument count validation in Plugin::BotCommand
- [rt.cpan.org #79745] nick_long_form dies due to a race condition
Expand Down
3 changes: 2 additions & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
},
"requires" : {
"IRC::Utils" : "0.12",
"List::MoreUtils" : "0",
"POE" : "1.311",
"POE::Component::Syndicator" : "0",
"POE::Driver::SysRW" : "0",
Expand Down Expand Up @@ -70,7 +71,7 @@
"web" : "http://github.com/bingos/poe-component-irc"
}
},
"version" : "6.79",
"version" : "6.80",
"x_authority" : "cpan:HINRIK"
}

3 changes: 2 additions & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ recommends:
POE::Component::Client::DNS: 0.99
requires:
IRC::Utils: 0.12
List::MoreUtils: 0
POE: 1.311
POE::Component::Syndicator: 0
POE::Driver::SysRW: 0
Expand All @@ -41,5 +42,5 @@ resources:
homepage: http://metacpan.org/release/POE-Component-IRC
license: http://dev.perl.org/licenses/
repository: git://github.com/bingos/poe-component-irc.git
version: 6.79
version: 6.80
x_authority: cpan:HINRIK
3 changes: 2 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ my %WriteMakefileArgs = (
"NAME" => "POE::Component::IRC",
"PREREQ_PM" => {
"IRC::Utils" => "0.12",
"List::MoreUtils" => 0,
"POE" => "1.311",
"POE::Component::Syndicator" => 0,
"POE::Driver::SysRW" => 0,
Expand All @@ -35,7 +36,7 @@ my %WriteMakefileArgs = (
"POE::Wheel::ReadWrite" => 0,
"POE::Wheel::SocketFactory" => 0
},
"VERSION" => "6.79",
"VERSION" => "6.80",
"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
1 change: 1 addition & 0 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ POE::Filter::Stackable = 0
POE::Filter::IRCD = 2.42
POE::Component::Syndicator = 0
IRC::Utils = 0.12
List::MoreUtils = 0

[Prereqs / TestRequires]
Test::More = 0.47
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::VERSION = '6.79';
$POE::Component::IRC::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Common.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Common::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::Common::VERSION = '6.79';
$POE::Component::IRC::Common::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Constants.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Constants::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::Constants::VERSION = '6.79';
$POE::Component::IRC::Constants::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::Plugin::VERSION = '6.79';
$POE::Component::IRC::Plugin::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/AutoJoin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::AutoJoin::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::Plugin::AutoJoin::VERSION = '6.79';
$POE::Component::IRC::Plugin::AutoJoin::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/BotAddressed.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::BotAddressed::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::Plugin::BotAddressed::VERSION = '6.79';
$POE::Component::IRC::Plugin::BotAddressed::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/BotCommand.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::BotCommand::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::Plugin::BotCommand::VERSION = '6.79';
$POE::Component::IRC::Plugin::BotCommand::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/BotTraffic.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::BotTraffic::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::Plugin::BotTraffic::VERSION = '6.79';
$POE::Component::IRC::Plugin::BotTraffic::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/CTCP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::CTCP::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::Plugin::CTCP::VERSION = '6.79';
$POE::Component::IRC::Plugin::CTCP::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/Connector.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::Connector::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::Plugin::Connector::VERSION = '6.79';
$POE::Component::IRC::Plugin::Connector::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/Console.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::Console::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::Plugin::Console::VERSION = '6.79';
$POE::Component::IRC::Plugin::Console::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/CycleEmpty.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::CycleEmpty::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::Plugin::CycleEmpty::VERSION = '6.79';
$POE::Component::IRC::Plugin::CycleEmpty::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/DCC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::DCC::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::Plugin::DCC::VERSION = '6.79';
$POE::Component::IRC::Plugin::DCC::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/FollowTail.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::FollowTail::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::Plugin::FollowTail::VERSION = '6.79';
$POE::Component::IRC::Plugin::FollowTail::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/ISupport.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::ISupport::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::Plugin::ISupport::VERSION = '6.79';
$POE::Component::IRC::Plugin::ISupport::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/Logger.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::Logger::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::Plugin::Logger::VERSION = '6.79';
$POE::Component::IRC::Plugin::Logger::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/NickReclaim.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::NickReclaim::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::Plugin::NickReclaim::VERSION = '6.79';
$POE::Component::IRC::Plugin::NickReclaim::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/NickServID.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::NickServID::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::Plugin::NickServID::VERSION = '6.79';
$POE::Component::IRC::Plugin::NickServID::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/PlugMan.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::PlugMan::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::Plugin::PlugMan::VERSION = '6.79';
$POE::Component::IRC::Plugin::PlugMan::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/Proxy.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::Proxy::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::Plugin::Proxy::VERSION = '6.79';
$POE::Component::IRC::Plugin::Proxy::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Plugin/Whois.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Plugin::Whois::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::Plugin::Whois::VERSION = '6.79';
$POE::Component::IRC::Plugin::Whois::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Qnet.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Qnet::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::Qnet::VERSION = '6.79';
$POE::Component::IRC::Qnet::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/Qnet/State.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::Qnet::State::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::Qnet::State::VERSION = '6.79';
$POE::Component::IRC::Qnet::State::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC/State.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Component::IRC::State::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Component::IRC::State::VERSION = '6.79';
$POE::Component::IRC::State::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Filter/IRC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Filter::IRC::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Filter::IRC::VERSION = '6.79';
$POE::Filter::IRC::VERSION = '6.80';
}

use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Filter/IRC/Compat.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BEGIN {
$POE::Filter::IRC::Compat::AUTHORITY = 'cpan:HINRIK';
}
{
$POE::Filter::IRC::Compat::VERSION = '6.79';
$POE::Filter::IRC::Compat::VERSION = '6.80';
}

use strict;
Expand Down

0 comments on commit 488d97b

Please sign in to comment.