summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/TAP/Base.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/TAP/Base.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/TAP/Base.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/TAP/Base.pm b/Master/tlpkg/tlperl/lib/TAP/Base.pm
index 9f91cad0663..ff8da427c8b 100644
--- a/Master/tlpkg/tlperl/lib/TAP/Base.pm
+++ b/Master/tlpkg/tlperl/lib/TAP/Base.pm
@@ -14,11 +14,11 @@ and L<TAP::Harness>
=head1 VERSION
-Version 3.23
+Version 3.26
=cut
-$VERSION = '3.23';
+$VERSION = '3.26';
use constant GOT_TIME_HIRES => do {
eval 'use Time::HiRes qw(time);';