Good morning!

I have uploaded POE 0.1106 to the new web site.  It's required for
POE::Component::Client::HTTP, which also has been uploaded.  That
URL is <http://poe.perl.org>, by the way.

Watch out!  This version subtly changes wheels' constructor semantics!
If you have production code that relies on wheels to return undef or
false if they fail, that code will break!

-- Rocco Caputo / [EMAIL PROTECTED]


0.1106 2000.09.01
-----------------

(!!!) Wheels always return object references now, even if they fail.
This may break programs that rely on some wheels' (most notably
SocketFactory's) new() methods returning undef when they cannot be
created successfully.  This change was necessary to complete the
wheels-have-unique-ids change also in this version.

Wheels have unique IDs now.  These IDs are included in every event
generated by a wheel, and they're accessible with the $wheel->ID()
method.  It's now possible to determine which wheel generated which
event, which is useful if you have several wheels in the same session.

Many of the tests determined whether a wheel succeeded by its
constructor's return value.  Revised them to fail if error events are
thrown.


- EOF: Thank you for reading. -


Reply via email to