Skip to content

Commit 2fe9d81

Browse files
petdanceGitpan
authored andcommitted
Import of PETDANCE/HTML-Tagset-3.20 from CPAN.
gitpan-cpan-distribution: HTML-Tagset gitpan-cpan-version: 3.20 gitpan-cpan-path: PETDANCE/HTML-Tagset-3.20.tar.gz gitpan-cpan-author: PETDANCE gitpan-cpan-maturity: released
1 parent 38170d1 commit 2fe9d81

3 files changed

Lines changed: 21 additions & 13 deletions

File tree

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Revision 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+
37
2005-11-08 Andy Lester
48

59
* Release 3.10 -- Another rebundling, with a new maintainer.

META.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
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

Tagset.pm

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1515
use 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
443444
Copyright 2000-2005 Sean M. Burke.
444445
445-
Copyright 2005 Andy Lester.
446+
Copyright 2005-2008 Andy Lester.
446447
447448
This program is free software; you can redistribute it and/or modify it
448449
under the same terms as Perl itself.

0 commit comments

Comments
 (0)