summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2016-12-03 06:47:12 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2016-12-03 06:47:12 +0000
commitfa951d2c91f349f100412a541b9fa2f6122af080 (patch)
treea005d7a046e152de15049e2600aca59898847a33 /cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm
parent12389a222086acf35b117d758b1c459ffd88aab4 (diff)
downloadperl-fa951d2c91f349f100412a541b9fa2f6122af080.tar.gz
Update Test-Simple to CPAN version 1.302067
[DELTA] 1.302067 2016-11-23 07:37:56-08:00 America/Los_Angeles - Fix context test for recent blead. 1.302066 2016-11-08 07:58:39-08:00 America/Los_Angeles (TRIAL RELEASE) - Handle cases where SysV IPC can be available but not enabled - Import 'context' into Test2::IPC, it is used by 'cull' - Propogate warnings settings to use_ok (#736) 1.302065 2016-10-30 11:54:37-07:00 America/Los_Angeles (TRIAL RELEASE) - Set the TEST_ACTIVE env var to true - Set the TEST2_ACTIVE env var to true - Fix the oldest bug still in the bug list (#6) This fixes cmp_ok output is some confusing cases - Update travis config - Add missing author deps - Fix handling of negative pid's on windows - Add can() to Test::Tester::Delegate (despite deprecation) - Fix some minor test issues 1.302064 2016-10-24 21:03:24-07:00 America/Los_Angeles (TRIAL RELEASE) - Repo management improvements - Better handling of info vs diag in ->send_event - Fix test that used 'parent' - Better handling of non-bumping failures (#728) 1.302063 2016-10-23 21:31:20-07:00 America/Los_Angeles (TRIAL RELEASE) - Fix double release when 'throw' is used in context_do()
Diffstat (limited to 'cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm')
-rw-r--r--cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm b/cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm
index ae03fcfc66..2c9fb52fec 100644
--- a/cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm
+++ b/cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm
@@ -3,7 +3,7 @@ use strict;
package Test::Tester::CaptureRunner;
-our $VERSION = '1.302062';
+our $VERSION = '1.302067';
use Test::Tester::Capture;