This version was released on 2004-05-24.

  2004-05-24 22:08:23 by rcaputo; lib/POE.pm 1.175

    Bump version to 0.24_06 for another release candidate. 

  2004-05-24 22:07:03 by rcaputo; lib/POE/Kernel.pm 1.284

    Clarify the description of session lifespans when aliases are in
    effect. This is in response to a comment by Matt Cashner. 

  2004-05-24 21:50:25 by rcaputo; mylib/testreport.pl 1.13

    Set the PERL_DL_NONLAZY environment variable for the test report
    generator's harness. I am hoping this will solve some of the
    differences in behavior between "make test" and "make testreport". 

  2004-05-24 21:48:20 by rcaputo; lib/POE/Wheel/SocketFactory.pm 1.77

    Specify the address family and socket type to getaddrinfo() calls.
    Whereas they pass on Mac OS X, the calls will fail without these
    parameters on less forgiving systems like FreeBSD. 

  2004-05-24 14:02:08 by rcaputo
  lib/POE/Preprocessor.pm 1.32; lib/POE/Resources.pm 1.9

    Lance Braswell made some specific recommendations for using
    POE::Preprocessor with PerlApp. This commit notes the dynamically
    loaded POE::Resource classes, and it relaxes the error checking for
    missing modules in POE::Resources. 

  2004-05-24 04:34:10 by rcaputo
  lib/POE/Wheel/SocketFactory.pm 1.76; t/29_sockfact6.t 1.14

    Migrated the Socket6 code from the deprecated gethostbyname2() to the
    current standard getaddrinfo(). The new call is heavy on
    context-sensitive features, but it combines gethostbyname2() and
    pack_sockaddr_in6() so it's not all bad. Also, Solaris should like
    it, so this closes RT#6191.
    
    Oh, and I made the t/29_sockfact6.t skip messages a little more
    informative.
    
    As usual, CVS is committing touched files along for the ride. It
    doesn't matter that their content hasn't changed. 

  2004-05-22 05:16:59 by rcaputo; mylib/Makefile-5004.pm 1.22;
  mylib/Makefile-5005.pm 1.39; t/30_filter_httpd.t 1.10

    Worked around t/30_filter_httpd.t failing on outdated versions of
    ActivePerl. Updated the dependencies versions to request the most
    recent ActivePerl LWP modules. Skip the failing test on ActivePerl
    versions before 5.008003. The things I do for a clean CPAN Testers
    bill of health.... 

  2004-05-21 22:37:45 by rcaputo; lib/POE/Loop/Event.pm 1.38

    Ton Hospel discovered that POE::Loop::Event wasn't terminating when a
    single select_read() was turned on and off. This commit moves idle
    detection in Loop::Event's dispatcher forward a little so it's sure
    to run all the time. 

  2004-04-27 01:21:19 by rcaputo; lib/POE.pm 1.174

    Fix the version number so CPAN won't index it. 

  2004-04-27 01:19:29 by rcaputo; mylib/coverage.perl 1.11

    Turn off the debugging. 

  2004-04-26 22:37:14 by rcaputo; mylib/coverage.perl 1.10

    Fix the coverage reporting tool to find the source files in their new
    locations. 

Back to POE CHANGES.