diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/TAP/Parser/Result/Bailout.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/TAP/Parser/Result/Bailout.pm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/tlpkg/tlperl/lib/TAP/Parser/Result/Bailout.pm b/Master/tlpkg/tlperl/lib/TAP/Parser/Result/Bailout.pm index 14bef6c9ade..2ae35d6e603 100644 --- a/Master/tlpkg/tlperl/lib/TAP/Parser/Result/Bailout.pm +++ b/Master/tlpkg/tlperl/lib/TAP/Parser/Result/Bailout.pm @@ -1,10 +1,9 @@ package TAP::Parser::Result::Bailout; use strict; +use warnings; -use vars qw($VERSION @ISA); -use TAP::Parser::Result; -@ISA = 'TAP::Parser::Result'; +use base 'TAP::Parser::Result'; =head1 NAME @@ -12,11 +11,11 @@ TAP::Parser::Result::Bailout - Bailout result token. =head1 VERSION -Version 3.26 +Version 3.30 =cut -$VERSION = '3.26'; +our $VERSION = '3.30'; =head1 DESCRIPTION |