The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
1.182061  2018-07-24 22:59:00-06:00 America/Denver (TRIAL RELEASE)
 * TRIAL release.
 * Fix syntax error issue with Perl <= 5.12

1.182060  2018-07-24 22:21:15-06:00 America/Denver (TRIAL RELEASE)
 * TRIAL release.
 * Code of Conduct
 * Tests should exceed even with long @INC list

1.005 - Sep 15, 2017
 * Change author name
 * Update copyright notice
 * No functionality change

1.004 - Jan 10, 2016
 * In some environments, the library directory isn't being passed
   to child processes, causing tests to fail.  Now passing lib on
   command line to the getresolution.pl subtest

1.003 - Aug 11, 2015
 * Fix assert failure due to incorrect test on subroutine call

1.002 - Aug 10, 2015
 * Skips tests for tmux < 2.0 (the actual module works fine, it's just tests
   that fail because the tests use "tmux new-window" which the module doesn't
   use)

1.001 - Aug 7, 2015
 * Fixed tests failing on platforms with long @INC lists

1.000 - July 26, 2015
 * Initial version