This version was released on 2000-03-09.

POE now keeps track of the file and line number where an event was generated. $session->option( default => 1 ) will report the line and file, so you know where strange events came from.

may break code: Add session ID to reference lookup from alias_resolve. ID_id_to_session is deprecated. The incompatibility here is that session IDs take precedence over aliases, so sessions shouldn't be aliased to numbers.

may break code: Deprecated ID_session_to_id, since alias_resolve does the same thing. No warnings have been set yet, to give developers time to react to the change. [This deprecation is rescinded in 0.1001.]

Tweaked the Win32 support to eliminate some redefined sub warnings.

Back to POE CHANGES.