==================================================
Changes from 2010-12-15 00:00:00 +0000 to present.
==================================================
------------------------------------------
version 1_350 at 2011-12-15 20:53:13 +0000
------------------------------------------
Change: 392e713a33f57658bd31b4c47f3405890d733fbb
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-12-15 15:53:13 +0000
Bump revision to 1.350.
Change: db1f8f22e86f0ceb4b123d9e930e15e086e688a4
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-12-12 02:39:51 +0000
Fix a couple tests that were using sig(CHLD).
They were expecting POE::Resource::Sessions to reap children at exit
time, and that's had to change.
Change: 677b12dc57dd417a2bc16f1359e43c796913dddb
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-12-09 11:43:57 +0000
Add process IDs to debugging messages for some forking tests.
Change: 1f4ecc43fb48ae9b73c684589600f7d660e2d9f0
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-12-09 11:38:35 +0000
Disable an assertion that system() must return 0 during $SIG{CHLD}.
Perl has a known issue where system() can return -1 (failure) when a
$SIG{CHLD} handler is in effect, even if it succeeds. It's not POE's
it succeeds when a $SIG{CHLD} handler is in effect. It's not POE's
duty to work around the problem. Proper, reliable work-arounds would
incur global overhead. Use {local $SIG{CHLD}='DEFAULT'; system(...)}
as needed instead. And watch the skies for a Perl fix:
https://rt.perl.org/rt3/Ticket/Display.html?id=105700
------------------------------------------
version 1_313 at 2011-06-05 22:06:45 +0000
------------------------------------------
Change: 575e9ef0d508d5ac306fa3bd3525a5feefe6e1da
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-06-05 18:06:45 +0000
Require Test::More 0.94. Dist::Zilla's ReportVersinos plugin wants
it.
------------------------------------------
version 1_311 at 2011-05-02 23:11:06 +0000
------------------------------------------
Change: 10d55176d9883ff2c7972b3fbcf1de929a68df41
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-05-02 19:11:06 +0000
Version bump for release.
Change: da1925f5be36421f8ca970172d12adab304eba20
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-04-20 00:41:56 +0000
Switch to Dist::Zilla.
Change: e72a8b9ca9db88d46cc53dee27bfaa2423d4d3e9
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-04-19 13:10:51 +0000
Bump for release.
------------------------------------------
version 1_050 at 2011-04-18 17:18:55 +0000
------------------------------------------
Change: 871d5bc8ab73ae3655b89a7fab214d3d165854d1
Author: Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
Date : 2011-04-18 10:18:55 +0000
Test for transpose-chars at end of line
Signed-off-by: Apocalypse <perl@0ne.us>
Change: d3e2add7cf71b76e57e2effd72e9336ced434cfc
Author: Apocalypse <perl@0ne.us>
Date : 2011-04-17 20:54:00 +0000
make wording more consistent in the skip message
Change: 2ae793e31d7c333084e235c6f53e93f3a4d8bca2
Author: Apocalypse <perl@0ne.us>
Date : 2011-04-17 20:43:55 +0000
add missing POE_DANTIC check
Change: f49de84cc0c0ded45e22b0e6f0cf7466b8585ffc
Author: Apocalypse <perl@0ne.us>
Date : 2011-04-16 19:12:14 +0000
stylistic tweaks to the recent AF_INET6 patch
Change: 2378b9f1a53bddd3296827ede6a9975cf8b97170
Author: Apocalypse <perl@0ne.us>
Date : 2011-04-16 18:52:05 +0000
finalize the AF_INET6 woes
Change: c47288b65b68b93bde97919260b5b7e8078bb53e
Author: Apocalypse <perl@0ne.us>
Date : 2011-04-16 15:25:28 +0000
squash the AF_INET6 warning for good
Change: 8a492f335f8112d669380e5871f3ff6c0111b7c9
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-04-16 17:18:43 +0000
Silence AF_INET6 warnings, per Apocalypse's research.
Change: d1d34942c4e022c0c4d8db6183d454ea18851901
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-04-16 13:56:39 +0000
Add better support for those times when AF_INET6 can't be found.
Resolves an issue discovered by Apocalypse on Perl 5.6.2.
Change: e232a2f071cecbdd553725d935a2f8726eb3c6c4
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-03-09 12:34:50 +0000
Fix the way wheel_run_size.pm skips when Term::Size is absent.
Change: 541031bf0c34b09a2835e8fdf9468f4e264ad643
Author: Tom Feist <shabble@metavore.org>
Date : 2011-02-20 13:34:08 +0000
Add a test for terminal size changes in Wheel::Run.
------------------------------------------
version 1_040 at 2011-02-03 01:11:23 +0000
------------------------------------------
Change: 1092e7311156f0ef2941c4d841f7c09989cd03c3
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-02-02 20:11:23 +0000
Bump for release.
Change: 4966c1668ab76534b9d36f95b55ff2f0358765d8
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-01-28 21:34:54 +0000
Bump version.
Change: 739fb21e62d92722230a5e12ba6cb4f2991ec4f1
Author: Apocalypse <perl@0ne.us>
Date : 2011-01-28 12:46:19 +0000
fix non-numeric comparison when using dev release
Change: 2ce59f530a40c4ba112119031ade310554d32e9c
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2011-01-27 20:41:46 +0000
Eliminate Socket6 use from the tests.
Change: a5a3652cf445211a6b1e759fb5acebadeee3878e
Author: Perl Whore <whoreperl@gmail.com>
Date : 2011-01-27 18:02:10 +0000
Resolve a test failure on CentOS, which appears to be a race
condition in the test itself. Resolves rt.cpan.org #61727.
Change: 77f807dda02bfb6d21a15ca60d84c737a226a4d8
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2010-12-03 23:43:40 +0000
Fix alarms tests to match POE's documentation.
Change: f7e2481974b1ce1efcb62e7c0ad31bb69ec6fc1d
Author: Rocco Caputo <rcaputo@cpan.org>
Date : 2010-12-03 23:43:28 +0000
Convert metadata and changelogs to Git workflow.
=================================================
Plus 19 releases after 2010-12-15 00:00:00 +0000.
=================================================