summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/TAP/Formatter/Color.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/TAP/Formatter/Color.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/TAP/Formatter/Color.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/tlperl/lib/TAP/Formatter/Color.pm b/Master/tlpkg/tlperl/lib/TAP/Formatter/Color.pm
index 16d6f79d45f..d22752e12ee 100644
--- a/Master/tlpkg/tlperl/lib/TAP/Formatter/Color.pm
+++ b/Master/tlpkg/tlperl/lib/TAP/Formatter/Color.pm
@@ -1,11 +1,11 @@
package TAP::Formatter::Color;
use strict;
-use vars qw($VERSION @ISA);
+use warnings;
use constant IS_WIN32 => ( $^O =~ /^(MS)?Win32$/ );
-@ISA = qw(TAP::Object);
+use base 'TAP::Object';
my $NO_COLOR;
@@ -71,11 +71,11 @@ TAP::Formatter::Color - Run Perl test scripts with color
=head1 VERSION
-Version 3.26
+Version 3.30
=cut
-$VERSION = '3.26';
+our $VERSION = '3.30';
=head1 DESCRIPTION