Skip Menu |

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

Report information
The Basics
Id: 27600
Status: new
Priority: 0/
Queue: POE-Component-EasyDBI

People
Owner: Nobody in particular
Requestors: mix [...] awxcnx.de
Cc:
AdminCc:

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



Subject: have events return results
Date: Sat, 16 Jun 2007 17:29:18 +0200
To: bug-POE-Component-EasyDBI [...] rt.cpan.org
From: Anonymous <mix [...] awxcnx.de>
i often find myself doing several synchronous calls before the async stuff kicks in. this includes things like cleaning up from a previous run and selecting the initial queue from the db. it would be nice if i could avoid writing a few event handlers by using the call syntax like so: my $result = $kernel->call( EasyDBI => select_queue ); but this isn't currently possible since EasyDBI's event handlers return undef.