diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/TAP/Parser/Result/Comment.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/TAP/Parser/Result/Comment.pm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/tlpkg/tlperl/lib/TAP/Parser/Result/Comment.pm b/Master/tlpkg/tlperl/lib/TAP/Parser/Result/Comment.pm index 8a2cb934de5..d69ec5189c2 100644 --- a/Master/tlpkg/tlperl/lib/TAP/Parser/Result/Comment.pm +++ b/Master/tlpkg/tlperl/lib/TAP/Parser/Result/Comment.pm @@ -1,10 +1,9 @@ package TAP::Parser::Result::Comment; 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::Comment - Comment result token. =head1 VERSION -Version 3.26 +Version 3.30 =cut -$VERSION = '3.26'; +our $VERSION = '3.30'; =head1 DESCRIPTION |