summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/site/lib/HTML/HeadParser.pm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/site/lib/HTML/HeadParser.pm')
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/site/lib/HTML/HeadParser.pm7
1 files changed, 3 insertions, 4 deletions
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/site/lib/HTML/HeadParser.pm b/systems/texlive/tlnet/tlpkg/tlperl/site/lib/HTML/HeadParser.pm
index 28e9cacc40..151bdd97d5 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/site/lib/HTML/HeadParser.pm
+++ b/systems/texlive/tlnet/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
-