summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/TAP/Formatter/Console/ParallelSession.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/TAP/Formatter/Console/ParallelSession.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/TAP/Formatter/Console/ParallelSession.pm11
1 files changed, 5 insertions, 6 deletions
diff --git a/Master/tlpkg/tlperl/lib/TAP/Formatter/Console/ParallelSession.pm b/Master/tlpkg/tlperl/lib/TAP/Formatter/Console/ParallelSession.pm
index 873903988d0..f9cd7af5964 100644
--- a/Master/tlpkg/tlperl/lib/TAP/Formatter/Console/ParallelSession.pm
+++ b/Master/tlpkg/tlperl/lib/TAP/Formatter/Console/ParallelSession.pm
@@ -1,15 +1,14 @@
package TAP::Formatter::Console::ParallelSession;
use strict;
+use warnings;
use File::Spec;
use File::Path;
-use TAP::Formatter::Console::Session;
use Carp;
-use constant WIDTH => 72; # Because Eric says
-use vars qw($VERSION @ISA);
+use base 'TAP::Formatter::Console::Session';
-@ISA = qw(TAP::Formatter::Console::Session);
+use constant WIDTH => 72; # Because Eric says
my %shared;
@@ -42,11 +41,11 @@ TAP::Formatter::Console::ParallelSession - Harness output delegate for parallel
=head1 VERSION
-Version 3.26
+Version 3.30
=cut
-$VERSION = '3.26';
+our $VERSION = '3.30';
=head1 DESCRIPTION