File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1+ _______________________________________________________________________________
2+ 2016-01-19 Release 3.72
3+
4+ Gisle Aas (3):
5+ Avoid more clang casting warnings
6+ Remove trailing whitespace
7+ Ensure entities expand to utf8 sequences under 'utf8_mode' [RT#99755]
8+
9+ David Steinbrunner (2):
10+ typo fix
11+ typo fixes
12+
13+ Jacques Germishuys (1):
14+ Silence clang warning
15+
16+ bulk88 (1):
17+ const+static-ing
18+
19+
120_______________________________________________________________________________
2212013-05-09 Release 3.71
322
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package HTML::Parser;
33use strict;
44use vars qw( $VERSION @ISA) ;
55
6- $VERSION = " 3.71 " ;
6+ $VERSION = " 3.72 " ;
77
88require HTML::Entities;
99
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use vars qw(@ISA $VERSION);
66require HTML::Parser;
77@ISA =qw( HTML::Parser) ;
88
9- $VERSION = " 3.57 " ;
9+ $VERSION = " 3.72 " ;
1010
1111sub declaration { $_ [0]-> output(" <!$_ [1]>" ) }
1212sub process { $_ [0]-> output($_ [2]) }
You can’t perform that action at this time.
0 commit comments