Codebase list libhtml-parser-perl / 6ef0947
Release 3.33 gisle 20 years ago
2 changed file(s) with 18 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 2003-10-10 Gisle Aas <gisle@ActiveState.com>
1
2 Release 3.33
3
4 Perl 5.005 or better is now required. For some reason we get
5 a test failure with perl-5.004 and I don't really feel like
6 debugging that perl any more. Details about this failure can
7 be found at <http://rt.cpan.org/Ticket/Display.html?id=4065>.
8
9 New HTML::TokeParser method called 'get_phrase'. It returns
10 all current text while ignoring any phrase-level markup.
11
12 The HTML::TokeParser method 'get_text' now expands skipped
13 non-phrase-level tags as a single space.
14
15
16
017 2003-10-10 Gisle Aas <gisle@ActiveState.com>
118
219 Release 3.32
88 use strict;
99 use vars qw($VERSION @ISA);
1010
11 $VERSION = '3.32'; # $Date: 2003/10/10 14:27:13 $
11 $VERSION = '3.33'; # $Date: 2003/10/14 10:36:32 $
1212
1313 require HTML::Entities;
1414