From c598e4259d4868105c6871d8c7ac0a276791dfbd Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Sat, 9 Mar 2024 19:24:50 -0600 Subject: [PATCH] Releasing 3.22 --- Changes | 9 +++++++-- lib/HTML/Tagset.pm | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 03f5cc7..c952b88 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,8 @@ Revision history for Perl extension HTML::Tagset -NEXT +2024-03-09 Andy Lester - * Release 3.21_01 + * Release 3.22 HTML::Tagset now requires Perl 5.10.1. It might run on earlier Perls but I don't have the infrastructure to test them. @@ -14,6 +14,11 @@ NEXT Cleaned up metadata and version requirements. + No changes have been made to handle HTML5. That is a bigger issue + than "just add the tags to the hashes," because that would change + functionality for existing users who are expecting HTML::Tagset to + be HTML4. + 2008-02-29 Andy Lester * Release 3.20 -- Added
to the list of p_closure_barriers. diff --git a/lib/HTML/Tagset.pm b/lib/HTML/Tagset.pm index fe6a409..1a8827a 100644 --- a/lib/HTML/Tagset.pm +++ b/lib/HTML/Tagset.pm @@ -8,7 +8,7 @@ HTML::Tagset - data tables useful in parsing HTML =head1 VERSION -Version 3.21 +Version 3.22 =cut