-
Bump version to 0.29 for release.
rcaputo committedJun 4, 2004 -
POE.pm was moved during a recent directory restructuring. The test
rcaputo committedJun 4, 2004 report generator did not know where to find it, so it silently reported an empty-versioned POE. This change moves the POE module load before tests, and makes it a fatal error if POE can't be loaded. It also includes the new library directory, so POE can be loaded. This should resolve RT ticket 6143.
-
Improve filehandle tracing while verifying a last minute bug report.
rcaputo committedJun 3, 2004
-
This commit localizes $SIG{__DIE__} while loading POE::Resources.
rcaputo committedJun 2, 2004 Suggested by Philip Gwyn on POE's mailing list.
-
Fletch pointed out that POE::Kernel doesn't discuss the POE_*
rcaputo committedJun 2, 2004 environment variables. This commit corrects the omission and revises the introduction to POE's assertion and tracing flags.
-
Bump the version for the next release candidate.
rcaputo committedMay 26, 2004 -
Anonymous Coward reported a bug in the code that skips testing a
rcaputo committedMay 26, 2004 broken HTTP::Request object. This commit should fix it.
-
Bump version to 0.24_06 for another release candidate.
rcaputo committedMay 25, 2004 -
Clarify the description of session lifespans when aliases are in
rcaputo committedMay 25, 2004 effect. This is in response to a comment by Matt Cashner.
-
Set the PERL_DL_NONLAZY environment variable for the test report
rcaputo committedMay 25, 2004 generator's harness. I am hoping this will solve some of the differences in behavior between "make test" and "make testreport".
-
Specify the address family and socket type to getaddrinfo() calls.
rcaputo committedMay 25, 2004 Whereas they pass on Mac OS X, the calls will fail without these parameters on less forgiving systems like FreeBSD.
-
Lance Braswell made some specific recommendations for using
rcaputo committedMay 24, 2004 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.
-
Migrated the Socket6 code from the deprecated gethostbyname2() to the
rcaputo committedMay 24, 2004 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.
-
Worked around t/30_filter_httpd.t failing on outdated versions of
rcaputo committedMay 22, 2004 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....
-
Ton Hospel discovered that POE::Loop::Event wasn't terminating when a
rcaputo committedMay 22, 2004 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.
-
Fix the version number so CPAN won't index it.
rcaputo committedApr 27, 2004 -
rcaputo committed
Apr 27, 2004 -
Fix the coverage reporting tool to find the source files in their new
rcaputo committedApr 27, 2004 locations.
-
Removed a workaround for older builds of ActivePerl.
rcaputo committedApr 26, 2004
-
Tweak for the impending release.
rcaputo committedApr 25, 2004 -
Add command line switches, and normalize whitespace so the results are
rcaputo committedApr 25, 2004 more machine friendly.
-
Increase version number for release candidate.
rcaputo committedApr 25, 2004 -
rcaputo committed
Apr 25, 2004
-
find the tests in a different (less shell dependent) way so that tool…
sungo committedApr 20, 2004 …s like testreport work as expected
-
(!!) complete XyzState to XyzEvent transition. This removes all error…
sungo committedApr 20, 2004 …s and warnings caused by use of the old State parameters in Wheels. all tests pass in 5.004_005, 5.005_004, 5.6.2, and 5.8.3
-
mod the test suite so tests pass despite evil nasty garbage collectio…
sungo committedApr 20, 2004 …n bug in perls older than 5.6. the workarounds are commented with nice blocks explaining the problem. the only real solution is to get a perl without the bug. sorry folks. there's only so much i can do.
-
merge in lotr's try_alloc patch. closes rt #6045
sungo committedApr 19, 2004
-
yet more "older perls" support fixes. only run the tests that require…
sungo committedApr 18, 2004 … qr// on perls that support qr//. tested on 5.004 and 5.8.3
-
unfortunately there are really two patches in here. first, remove the…
sungo committedApr 18, 2004 … "no warnings" calls that were breaking poe on perls older than 5.6. replace them with $^W invocations as suggested by perllexwarn. second, fix the TRACE_FILE magic that was causing older perls to lose their mind. the comments here explain this in detail so i wont bother explaining it here. its kind of magic but works well. i have tested all this on 5.004 and 5.8.3 and all is well there (at least in relation to this patch - theres more to come in 5.004 land)
-
fix some pod issues that pod2man was complaining about
sungo committedApr 17, 2004 -
remove 'use warnings' everywhere to keep stuff from breaking on older…
sungo committedApr 17, 2004 … perls
-
sungo committed
Apr 17, 2004 -
add in the new POE::Resource::Controls and POE::API::Ctl modules. yay ra
sungo committedApr 17, 2004 -
The redo statement is excessively clever. Commented it a little, per
rcaputo committedApr 17, 2004 sungo's suggestion.
-
sungo committed
Mar 13, 2004