summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2018-02-08 13:37:16 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2018-02-08 13:37:16 +0000
commit619796475c05dd35eaf89bf12f03f0a433f3d65b (patch)
treef7764c34ff73dbea2d03fb12a9a876ed6d59386f /cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm
parent9e173cc3ce5b8eb021876ce90909337273b463ba (diff)
downloadperl-619796475c05dd35eaf89bf12f03f0a433f3d65b.tar.gz
Upgrade Test-Simple from version 1.302120 to 1.302122
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 4b2ea9dd20..e5b7da2ed0 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.302120';
+our $VERSION = '1.302122';
use Test::Tester::Capture;