Subject: | no way to turn off debugging in POE::Wheel::SocketFactory |
the DEBUG sub in POE::Wheel::SocketFactory returns 1 in the default
distribution and has a prototype of (), meaning it gets inlined. this
prevents it from being overridden in any way.
i'd recommend that the () prototype be removed so that it can be
overridden or, better yet, do what POE::Component::Server::SOAP does and
only define it if it hasn't been previously defined.