Skip to content

Commit 96192e7

Browse files
committed
3.77
* Update tests to remove HTML4 specific tags (GH#25) (Jess)
1 parent f325754 commit 96192e7

4 files changed

Lines changed: 21 additions & 18 deletions

File tree

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Change history for HTML-Parser
22

33
{{$NEXT}}
4+
5+
3.77 2022-03-14
46
* Update tests to remove HTML4 specific tags (GH#25) (Jess)
57

68
3.76 2021-03-04

LICENSE

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -292,21 +292,21 @@ Definitions:
292292

293293
- "Package" refers to the collection of files distributed by the Copyright
294294
Holder, and derivatives of that collection of files created through
295-
textual modification.
295+
textual modification.
296296
- "Standard Version" refers to such a Package if it has not been modified,
297297
or has been modified in accordance with the wishes of the Copyright
298-
Holder.
298+
Holder.
299299
- "Copyright Holder" is whoever is named in the copyright or copyrights for
300-
the package.
300+
the package.
301301
- "You" is you, if you're thinking about copying or distributing this Package.
302302
- "Reasonable copying fee" is whatever you can justify on the basis of media
303303
cost, duplication charges, time of people involved, and so on. (You will
304304
not be required to justify it to the Copyright Holder, but only to the
305-
computing community at large as a market that must bear the fee.)
305+
computing community at large as a market that must bear the fee.)
306306
- "Freely Available" means that no fee is charged for the item itself, though
307307
there may be fees involved in handling the item. It also means that
308308
recipients of the item may redistribute it under the same conditions they
309-
received it.
309+
received it.
310310

311311
1. You may make and give away verbatim copies of the source form of the
312312
Standard Version of this Package without restriction, provided that you
@@ -373,7 +373,7 @@ products derived from this software without specific prior written permission.
373373

374374
9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
375375
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
376-
MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
376+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
377377

378378
The End
379379

META.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Gisle Aas <gaas@cpan.org>"
55
],
66
"dynamic_config" : 0,
7-
"generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010",
7+
"generated_by" : "Dist::Zilla version 6.024, CPAN::Meta::Converter version 2.150010",
88
"license" : [
99
"perl_5"
1010
],
@@ -90,32 +90,32 @@
9090
"provides" : {
9191
"HTML::Entities" : {
9292
"file" : "lib/HTML/Entities.pm",
93-
"version" : "3.76"
93+
"version" : "3.77"
9494
},
9595
"HTML::Filter" : {
9696
"file" : "lib/HTML/Filter.pm",
97-
"version" : "3.76",
97+
"version" : "3.77",
9898
"x_deprecated" : 1
9999
},
100100
"HTML::HeadParser" : {
101101
"file" : "lib/HTML/HeadParser.pm",
102-
"version" : "3.76"
102+
"version" : "3.77"
103103
},
104104
"HTML::LinkExtor" : {
105105
"file" : "lib/HTML/LinkExtor.pm",
106-
"version" : "3.76"
106+
"version" : "3.77"
107107
},
108108
"HTML::Parser" : {
109109
"file" : "lib/HTML/Parser.pm",
110-
"version" : "3.76"
110+
"version" : "3.77"
111111
},
112112
"HTML::PullParser" : {
113113
"file" : "lib/HTML/PullParser.pm",
114-
"version" : "3.76"
114+
"version" : "3.77"
115115
},
116116
"HTML::TokeParser" : {
117117
"file" : "lib/HTML/TokeParser.pm",
118-
"version" : "3.76"
118+
"version" : "3.77"
119119
}
120120
},
121121
"release_status" : "stable",
@@ -130,7 +130,7 @@
130130
"web" : "https://github.com/libwww-perl/HTML-Parser"
131131
}
132132
},
133-
"version" : "3.76",
133+
"version" : "3.77",
134134
"x_contributors" : [
135135
"Antonio Radici <antonio@dyne.org>",
136136
"Barbie <barbie@missbarbell.co.uk>",
@@ -142,6 +142,7 @@
142142
"Fran\u00e7ois Perrad <francois.perrad@gadz.org>",
143143
"Gisle Aas <gisle@aas.no>",
144144
"Jacques Germishuys <jacquesg@striata.com>",
145+
"Jess Robinson <castaway@desert-island.me.uk>",
145146
"Jon Jensen <jon@endpoint.com>",
146147
"Mike South <msouth@gmail.com>",
147148
"Nicholas Clark <nick@ccl4.org>",
@@ -153,8 +154,8 @@
153154
"Yves Orton <demerphq@gmail.com>",
154155
"Zefram <zefram@fysh.org>"
155156
],
156-
"x_generated_by_perl" : "v5.30.3",
157-
"x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
157+
"x_generated_by_perl" : "v5.34.0",
158+
"x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
158159
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
159160
}
160161

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This Makefile.PL for HTML-Parser was generated by
2-
# Dist::Zilla::Plugin::MakeMaker::Awesome 0.48.
2+
# Dist::Zilla::Plugin::MakeMaker::Awesome 0.49.
33
# Don't edit it but the dist.ini and plugins used to construct it.
44

55
use strict;

0 commit comments

Comments
 (0)