Date: | Sat, 17 Apr 2004 15:03:04 +0200 |
To: | bug-POE [...] rt.cpan.org |
Subject: | Allocate the session in a seperate sub |
From: | Martijn van Beers <martijn [...] eekeek.org> |
Here's a patch for what I talked about with dngnand on irc.
It puts the allocation of the session, at the end of new()/create()
in a seperate sub, so you can override that instead of new/create
This helps me as I want to replace the _start provided by the user
in POE::Session::GladeXML2, and currently have to parse the params
passed to create() myself, even though create() does an excellent job
of that.
Martijn
Message body is not shown because sender requested not to inline it.