This version was released on 2004-11-26.

  2004-11-26 22:25:25 by rcaputo; lib/POE.pm 1.184

    Increase minor version for another 0.30 fix release. Hopefully the
    installer will succeed on more CPAN testers' machines. 

  2004-11-26 22:13:07 by rcaputo; MANIFEST 1.112

    Oh, and we'll need to distribute PoeBuildInfo.pm, so put it in
    MANIFEST. 

  2004-11-26 21:21:54 by rcaputo; mylib/Makefile-5004.pm 1.34;
  mylib/Makefile-5005.pm 1.52; mylib/PoeBuildInfo.pm 1.2;
  mylib/gen-meta.perl 1.2

    Switch from variables to "constant" subroutines. Just because it
    compiles, and it looks like it's runnig, doesn't mean it works. Check
    the messages more carefully before committing next time. 

  2004-11-26 19:02:19 by rcaputo; mylib/Makefile-5004.pm 1.33

    Fix a syntax error, and have "make dist" fail all the time under old
    versions of Perl. 

  2004-11-26 18:53:12 by rcaputo; Makefile.PL 1.34

    Add some comments. 

  2004-11-26 18:51:21 by rcaputo
  mylib/Makefile-5004.pm 1.32; mylib/Makefile-5005.pm 1.51

    Use PoeBuildInfo.pm rather than hardcode common data in both versions
    of Makefile.pm. 

  2004-11-26 18:49:55 by rcaputo; mylib/PoeBuildInfo.pm 1.1

    Moved prerequisites, recommended modules, file cleanup configuration,
    and a few other bits into a common library. The same data is used by
    the 5.004 and 5.005 versions of Makefile.PL, and it's also needed by
    the new gen-meta.perl utility. 

  2004-11-26 18:47:57 by rcaputo; mylib/gen-meta.perl 1.1

    Moved the META.yml generation to a separate utility. This lets us
    build a proper META.yml without Build.PL fouling up installation and
    testing. It also avoids moving the Module::Build code into
    Makefile.PL, where it would become a mandatory prerequisite. It's
    only used during "make dist" anyway. 

  2004-11-26 18:41:00 by rcaputo; MANIFEST 1.111

    Remove Build.PL. CPANPLUS spots it and tries to build POE with it,
    which wouldn't be so bad if Module::Build didn't eat test.pl's
    STDOUT. Hilarity (such as this CPAN testers failure) ensues:
    
    test....FAILED before any test output arrived FAILED--1 test script
    could be run, alas--no output ever seen 

  2004-11-26 16:41:38 by rcaputo; mylib/Makefile-5004.pm 1.31

    The test reports are generated based on which perl is running. The
    5.004 makefile would run the reports under whichever perl was caught
    first in the user's path. This commit propagates the perl version
    that was used to run Makefile.PL down to the test report. 

Back to POE CHANGES.