Subject: | POE::Queue::Array is not subclassable - broken constructor |
POE::Queue::Array contains
sub new {
bless [];
}
and should have been
sub new {
bless [], shift;
}
Otherwise, POE::Queue::Array is not subclassable.
This queue is for tickets about the POE CPAN distribution.
The Basics
People
|
Bug Information
|