Skip Menu |

This queue is for tickets about the POE-Component-IRC-Object CPAN distribution.

Report information
The Basics
Id: 20973
Status: new
Priority: 0/
Queue: POE-Component-IRC-Object

People
Owner: Nobody in particular
Requestors: domm [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.02
Fixed in: (no value)



Subject: POE::Component::IRC->new is depracated
Hi! POE::Component::IRC is using 'spawn' instead of 'new', which causes a depracation warning in POE-Component-IRC-Object. To remove the warning, replace line 30 in POE/Component/IRC/Object.pm POE::Component::IRC->new($name); with this: POE::Component::IRC->spawn(alias=>$name);