summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/site/lib/HTML/TokeParser.pm
diff options
context:
space:
mode:
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/tlperl/site/lib/HTML/TokeParser.pm')
-rw-r--r--systems/texlive/tlnet/tlpkg/tlperl/site/lib/HTML/TokeParser.pm9
1 files changed, 5 insertions, 4 deletions
diff --git a/systems/texlive/tlnet/tlpkg/tlperl/site/lib/HTML/TokeParser.pm b/systems/texlive/tlnet/tlpkg/tlperl/site/lib/HTML/TokeParser.pm
index 959b96f6a2..3a13dfc301 100644
--- a/systems/texlive/tlnet/tlpkg/tlperl/site/lib/HTML/TokeParser.pm
+++ b/systems/texlive/tlnet/tlpkg/tlperl/site/lib/HTML/TokeParser.pm
@@ -1,10 +1,11 @@
package HTML::TokeParser;
+use strict;
+
require HTML::PullParser;
-@ISA=qw(HTML::PullParser);
-$VERSION = "3.69";
+our @ISA = qw(HTML::PullParser);
+our $VERSION = '3.75';
-use strict;
use Carp ();
use HTML::Entities qw(decode_entities);
use HTML::Tagset ();
@@ -292,7 +293,7 @@ before the first of the specified tags found. For example:
$p->get_text("p", "br");
-will return the text up to either a paragraph of linebreak element.
+will return the text up to either a paragraph of line break element.
The text might span tags that should be I<textified>. This is
controlled by the $p->{textify} attribute, which is a hash that