Skip Menu |

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

Report information
The Basics
Id: 15330
Status: resolved
Worked: 30 min
Priority: 0/
Queue: POE-Component-IRC

People
Owner: BINGOS [...] cpan.org
Requestors: crazyForDynamite [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 4.74
Fixed in: (no value)



Subject: Still more bugs
Two more bugs: Line 746 still needs a context argument: my $response = $self->{resolver}->resolve( event => "got_dns_response", host => $self->{'server'}, context => [ ] ); Line 788 handles $_[ARG1] incorrectly: my ($net_dns_packet, $net_dns_errorstring) = @{$_[ARG0]}{'response', 'error'};