We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93cbaf7 commit c44a8e2Copy full SHA for c44a8e2
Changes
@@ -1,5 +1,11 @@
1
Revision history for Perl extension HTML::Tagset
2
3
+2024-03-11 Andy Lester
4
+
5
+ * Release 3.24
6
7
+ No changes in functionality. Only updates metadata for builds.
8
9
2024-03-09 Andy Lester
10
11
* Release 3.22
lib/HTML/Tagset.pm
@@ -8,11 +8,11 @@ HTML::Tagset - data tables useful in parsing HTML
=head1 VERSION
-Version 3.22
+Version 3.24
12
13
=cut
14
15
-our $VERSION = '3.22';
+our $VERSION = '3.24';
16
17
=head1 SYNOPSIS
18
0 commit comments