Skip Menu |

This queue is for tickets about the POE CPAN distribution.

Report information
The Basics
Id: 8716
Status: resolved
Priority: 0/
Queue: POE

People
Owner: Nobody in particular
Requestors: ofer [...] netapt.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.3003
Fixed in: (no value)



Subject: typo in POE::Session docs
In the example for the get_heap function: sub put_stuff { my @stuff_to_put = @_; $poe_kernel->get_active_session()->get_heap()->{wheel}->put(@stuff); } The variable @stuff on the third line should probably be @stuff_to_put.
Fixed and committed. Thanks for pointing it out.