diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-07 22:52:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-07 22:52:33 +0000 |
commit | 11c6e5fc65f26ba5219997d19707b998a9abf26d (patch) | |
tree | a1dc8073a679611d3f09c01eda006cc3f6f846b1 /Master/tlpkg/tlperl/lib/Test/Tester | |
parent | a6593bd4f2eb12ae25540de026f7f9ebcf230a2f (diff) |
tl20 perl 5.30.1 for Windows, from Siep
git-svn-id: svn://tug.org/texlive/trunk@54166 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Test/Tester')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Test/Tester/Capture.pm | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlperl/lib/Test/Tester/CaptureRunner.pm | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlperl/lib/Test/Tester/Delegate.pm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/tlperl/lib/Test/Tester/Capture.pm b/Master/tlpkg/tlperl/lib/Test/Tester/Capture.pm index d3e342569ec..e28dbf83432 100644 --- a/Master/tlpkg/tlperl/lib/Test/Tester/Capture.pm +++ b/Master/tlpkg/tlperl/lib/Test/Tester/Capture.pm @@ -2,7 +2,7 @@ use strict; package Test::Tester::Capture; -our $VERSION = '1.302133'; +our $VERSION = '1.302162'; use Test::Builder; diff --git a/Master/tlpkg/tlperl/lib/Test/Tester/CaptureRunner.pm b/Master/tlpkg/tlperl/lib/Test/Tester/CaptureRunner.pm index 57f73575e92..7cf3c0f0b52 100644 --- a/Master/tlpkg/tlperl/lib/Test/Tester/CaptureRunner.pm +++ b/Master/tlpkg/tlperl/lib/Test/Tester/CaptureRunner.pm @@ -3,7 +3,7 @@ use strict; package Test::Tester::CaptureRunner; -our $VERSION = '1.302133'; +our $VERSION = '1.302162'; use Test::Tester::Capture; diff --git a/Master/tlpkg/tlperl/lib/Test/Tester/Delegate.pm b/Master/tlpkg/tlperl/lib/Test/Tester/Delegate.pm index a1ea620cc4d..ebfd4e21681 100644 --- a/Master/tlpkg/tlperl/lib/Test/Tester/Delegate.pm +++ b/Master/tlpkg/tlperl/lib/Test/Tester/Delegate.pm @@ -3,7 +3,7 @@ use warnings; package Test::Tester::Delegate; -our $VERSION = '1.302133'; +our $VERSION = '1.302162'; use Scalar::Util(); |