This version was released on 2007-03-23.

  2007-03-23 06:16:24 (r2183) by rcaputo; poe/lib/POE.pm M

    Time for a new release! 

  2007-03-23 05:41:58 (r2182) by rcaputo; extras/wiki/index.cgi M

    Expand the spam hosts we deny. 

  2007-03-23 05:41:09 (r2181) by rcaputo; extras/wiki/purplehaze.css A

    Add some evil to deal with del.icio.us tagometer issues. 

  2007-03-23 05:39:06 (r2180) by rcaputo
  extras/wiki/data/templates/footer.html M;
  extras/wiki/data/templates/header.html M

    Add del.icio.us tagometer. 

  2007-03-21 07:55:15 (r2179) by rcaputo; poe/lib/POE/Wheel/Run.pm M

    Eric Busto discovered that POE::Wheel::Run depended on $/ to be the
    default. This is not always the case, and deviations result in new()
    hanging forever. 

  2007-03-18 20:16:17 (r2178) by rcaputo; poe/Makefile.PL M

    Some package tools expect Makefile.PL to return 1. And since this is
    a return and not an exit, it makes more sense than 0. Thanks to
    Rafael Kitover for pointing this out. 

  2007-03-17 20:20:01 (r2177) by rcaputo; poe/lib/POE/Wheel/ReadLine.pm M

    Lukas Mai discovered a bug in the include .inputrc directive and was
    kind enough to submit a patch. 

  2007-03-12 17:11:46 (r2176) by rcaputo
  poe/lib/POE/Wheel/ReadWrite.pm M

    An anonymous poster to POE's mailing list pointed out that put()'s
    implementation didn't match its documentation. So I corrected the
    documentation. 

  2007-02-24 20:23:30 (r2175) by rcaputo; poe/lib/POE/Wheel/Run.pm M

    Fix a doc bug found by Randal Schwartz.

  2007-02-20 23:13:48 (r2174) by teknikill
  poe/t/90_regression/rt1648-tied-stderr.t M

    switch to a more portable way of emitting STDERR in a subprocess

  2007-02-18 07:47:52 (r2173) by rcaputo
  poe/lib/POE/Loop/IO_Poll.pm M; poe/t/10_units/03_base/02_api_ctl.t M;
  poe/lib/POE/Kernel.pm M

    Stop setting $^W globally. Fix a couple warnings as a result. Thanks
    to Ton Hospel for pointing out we were doing this. 

  2007-02-03 07:16:01 (r2172) by bingosnet; poe/lib/POE/Wheel/Run.pm M

    Rolled back changes to POE::Wheel::Run

  2007-01-18 19:51:37 (r2171) by rcaputo
  poe/t/10_units/01_pod/02_pod_coverage.t M

    Only enable this test when Test::Pod::Coverage 1.08 or later is
    installed. Resolves rt.cpan.org #24375, reported by Jean-Christophe
    Zeus. 

  2007-01-18 19:31:11 (r2170) by rcaputo
  poe/t/30_loops/00_base/wheel_readline.pm M

    Rafael Kitover found out that some .inputrc entries can break the
    Wheel::ReadLine test. This change sets $ENV{INPUTRC} to a nonexistent
    file, which effectively disables .inputrc redefines. 

  2007-01-14 18:09:57 (r2169) by bingosnet; poe/lib/POE/Wheel/Run.pm M

    Documented new POE::Wheel::Run MSWin32 behaviour

  2007-01-14 05:59:10 (r2168) by rcaputo
  poe/t/90_regression/whjackson-followtail.t M

    Skip this test if the underlying OS can't rename open files. 

  2007-01-13 16:17:57 (r2167) by bingosnet
  poe/lib/POE/Wheel/Run.pm M; poe/t/30_loops/00_base/wheel_run.pm M

    MSWin32 hacks to POE::Wheel::Run to use Win32::Process to spawn a
    separate process. Skipped tk_wheel_run test on MSWin32, which is
    causing hangs on AS perl

Back to POE CHANGES.