summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/TAP/Parser/Aggregator.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/TAP/Parser/Aggregator.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/TAP/Parser/Aggregator.pm10
1 files changed, 4 insertions, 6 deletions
diff --git a/Master/tlpkg/tlperl/lib/TAP/Parser/Aggregator.pm b/Master/tlpkg/tlperl/lib/TAP/Parser/Aggregator.pm
index d2836e552cb..ee4befd3fa3 100644
--- a/Master/tlpkg/tlperl/lib/TAP/Parser/Aggregator.pm
+++ b/Master/tlpkg/tlperl/lib/TAP/Parser/Aggregator.pm
@@ -1,12 +1,10 @@
package TAP::Parser::Aggregator;
use strict;
+use warnings;
use Benchmark;
-use vars qw($VERSION @ISA);
-use TAP::Object ();
-
-@ISA = qw(TAP::Object);
+use base 'TAP::Object';
=head1 NAME
@@ -14,11 +12,11 @@ TAP::Parser::Aggregator - Aggregate TAP::Parser results
=head1 VERSION
-Version 3.26
+Version 3.30
=cut
-$VERSION = '3.26';
+our $VERSION = '3.30';
=head1 SYNOPSIS