This version was released on 2004-12-30.

  2004-12-30 20:35:45 by rcaputo; lib/POE.pm 1.188

    Bump version to 0.3005 for release. 

  2004-12-30 16:25:24 by rcaputo; mylib/PoeBuildInfo.pm 1.3

    Because there's a behavioral difference between Test::More releases,
    require the one the tests have been verified to work with. 

  2004-12-30 16:22:48 by rcaputo
  tests/20_resources/00_base/signals.pm 1.3

    Khisanth on IRC reported a problem with the signals test. Somni
    tracked the problem down to a change in Test::More behavior. Once I
    knew the source of the problem, I was able to reproduce it easily
    (upgrade Test::More). Now it's fixed. Thanks! 

  2004-12-18 04:24:57 by rcaputo
  lib/POE.pm 1.187; lib/POE/Loop.pm 1.6; lib/POE/Preprocessor.pm 1.35

    Mike Castle found references to the old POE::Loop::Poll in the
    documentation. Now they are corrected to refer to POE::Loop::IO_Poll. 

  2004-12-03 03:35:36 by rcaputo; lib/POE/NFA.pm 1.31

    Tom Klein pointed out a typo in one of the POE::NFA error messages.
    This commit fixes it, and also undoes the emacs-centric (also known
    as "funky groupers") grouping and indenting in the code and
    documentation. 

  2004-12-02 16:21:20 by rcaputo; lib/POE/Session.pm 1.106

    Point the user at the RT ticket 8462, which is the umbrella for all
    the tasks in the deprecation. 

  2004-12-02 07:30:27 by apocal; lib/POE/Session.pm 1.105

    Actually document the new() deprecation as per RT#8469 

  2004-12-02 00:20:59 by apocal; lib/POE.pm 1.186;
  lib/POE/API/Ctl.pm 1.3; lib/POE/Filter/HTTPD.pm 1.37;
  lib/POE/Kernel.pm 1.309; lib/POE/Pipe.pm 1.13;
  lib/POE/Pipe/OneWay.pm 1.14; lib/POE/Pipe/TwoWay.pm 1.17;
  lib/POE/Resource/Controls.pm 1.4; lib/POE/Wheel/Curses.pm 1.12;
  lib/POE/Wheel/FollowTail.pm 1.52; lib/POE/Wheel/ListenAccept.pm 1.30;
  lib/POE/Wheel/ReadLine.pm 1.36; lib/POE/Wheel/ReadWrite.pm 1.70;
  lib/POE/Wheel/SocketFactory.pm 1.79

    This patch is the beginning of RT#1692, hopefully I got them all,
    help me test, test, test! 

  2004-11-27 16:52:13 by rcaputo; MANIFEST 1.113;
  lib/POE/Wheel/Run.pm 1.61; tests/90_regression/rt1648-tied-stderr.t 1.1

    Resolve rt.cpan.org #1648. Tied STDOUT, STDERR would cause
    POE::Wheel::Run child processes to eat output, never sending it back
    to the parent. This change unties STDOUT, STDERR if they're tied,
    griping at the user in the process. So to speak. 

  2004-11-27 16:25:03 by rcaputo; lib/POE.pm 1.185

    POE 0.3003 seems to be stable. The first couple CPAN testers' reports
    came back PASS rather than FAIL, anyway. Bump the version te 0.3004
    for CVS development. 

Back to POE CHANGES.