Skip to content

Commit 8d408c4

Browse files
author
gisle
committed
Version 3.28.
1 parent abfc8d2 commit 8d408c4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Changes

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2003-04-16 Gisle Aas <[email protected]>
2+
3+
Release 3.28
4+
5+
When 'strict_comment' is off (which it is by default)
6+
treat anything that matches <!...> a comment.
7+
8+
Should now be more efficient on threaded perls.
9+
10+
11+
112
2003-01-18 Gisle Aas <[email protected]>
213

314
Release 3.27

Parser.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package HTML::Parser;
99
use strict;
1010
use vars qw($VERSION @ISA);
1111

12-
$VERSION = '3.27'; # $Date: 2003/01/18 13:03:36 $
12+
$VERSION = '3.28'; # $Date: 2003/04/17 03:45:34 $
1313

1414
require HTML::Entities;
1515

0 commit comments

Comments
 (0)