This version was released on 1999-02-02.

may break code: Renamed POE::Session::debug() as POE::Session::option(), per feedback from testers. This changes the original "_debug" semantics into something like environment variables for sessions.

The ReadWrite wheel's InputState is optional. This allows for write-only wheels, which are good for writing logs. The followtail.perl test has been updated to use such a wheel for its log writer sessions.

The FollowTail wheel now has an optional PollInterval parameter, which tells how long to wait (in seconds) between checking the file for new data.

Back to POE CHANGES.