summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/lib/TAP/Base.pm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/lib/TAP/Base.pm')
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/lib/TAP/Base.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/lib/TAP/Base.pm b/systems/texlive/tlnet/tlpkg/tlperl/lib/TAP/Base.pm
index 289f093bc6..d3de9339e0 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/lib/TAP/Base.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/lib/TAP/Base.pm
@@ -12,11 +12,11 @@ and L<TAP::Harness>
=head1 VERSION
-Version 3.43
+Version 3.44
=cut
-our $VERSION = '3.43';
+our $VERSION = '3.44';
use constant GOT_TIME_HIRES => do {
eval 'use Time::HiRes qw(time);';