File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Revision history for Perl extension HTML::Tagset
22
3+ 2008-02-29 Andy Lester
4+
5+ * Release 3.20 -- Added <div> to the list of p_closure_barriers.
6+
372005-11-08 Andy Lester
48
59 * Release 3.10 -- Another rebundling, with a new maintainer.
Original file line number Diff line number Diff line change 1- # http://module-build.sourceforge.net/META-spec.html
2- # XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
3- name : HTML-Tagset
4- version : 3.10
5- version_from : Tagset.pm
6- installdirs : site
7- requires :
8-
9- distribution_type : module
10- generated_by : ExtUtils::MakeMaker version 6.30
1+ --- # YAML:1.0
2+ name : HTML-Tagset
3+ version : 3.20
4+ abstract : data tables useful in parsing HTML
5+ license : ~
6+ author :
7+ - Andy Lester <andy@petdance.com>
8+ generated_by : ExtUtils::MakeMaker version 6.42
9+ distribution_type : module
10+ requires :
11+ meta-spec :
12+ url : http://module-build.sourceforge.net/META-spec-v1.3.html
13+ version : 1.3
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ HTML::Tagset - data tables useful in parsing HTML
88
99=head1 VERSION
1010
11- Version 3.10
11+ Version 3.20
1212
1313=cut
1414
1515use vars qw( $VERSION ) ;
1616
17- $VERSION = ' 3.10 ' ;
17+ $VERSION = ' 3.20 ' ;
1818
1919=head1 SYNOPSIS
2020
@@ -391,6 +391,7 @@ barrier-tags.
391391 ul ol menu dir
392392 dl dt dd
393393 td th tr table caption
394+ div
394395 ) ;
395396
396397# In an ideal world (i.e., XHTML) we wouldn't have to bother with any of this
@@ -442,7 +443,7 @@ Copyright 1995-2000 Gisle Aas.
442443
443444Copyright 2000-2005 Sean M. Burke.
444445
445- Copyright 2005 Andy Lester.
446+ Copyright 2005-2008 Andy Lester.
446447
447448This program is free software; you can redistribute it and/or modify it
448449under the same terms as Perl itself.
You can’t perform that action at this time.
0 commit comments