diff options
Diffstat (limited to 'Master/tlpkg/tlperl/site/lib/HTML/HeadParser.pm')
-rw-r--r-- | Master/tlpkg/tlperl/site/lib/HTML/HeadParser.pm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Master/tlpkg/tlperl/site/lib/HTML/HeadParser.pm b/Master/tlpkg/tlperl/site/lib/HTML/HeadParser.pm index 28e9cacc40c..151bdd97d5f 100644 --- a/Master/tlpkg/tlperl/site/lib/HTML/HeadParser.pm +++ b/Master/tlpkg/tlperl/site/lib/HTML/HeadParser.pm @@ -84,14 +84,14 @@ superclass) are available: require HTML::Parser; -@ISA = qw(HTML::Parser); +our @ISA = qw(HTML::Parser); use HTML::Entities (); use strict; -use vars qw($VERSION $DEBUG); +use vars qw($DEBUG); #$DEBUG = 1; -$VERSION = "3.71"; +our $VERSION = '3.75'; =item $hp = HTML::HeadParser->new @@ -312,4 +312,3 @@ This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut - |