This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Test-Harness to CPAN version 3.33
[perl5.git] / cpan / Test-Harness / lib / TAP / Base.pm
index 5f60500..5867ee7 100644 (file)
@@ -12,11 +12,11 @@ and L<TAP::Harness>
 
 =head1 VERSION
 
-Version 3.32
+Version 3.33
 
 =cut
 
-our $VERSION = '3.32';
+our $VERSION = '3.33';
 
 use constant GOT_TIME_HIRES => do {
     eval 'use Time::HiRes qw(time);';