Skip to content

Commit 9133584

Browse files
committed
3.78
* Remove unused variable (GH#26) (Michal Josef Špaček)
1 parent a956111 commit 9133584

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

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.78 2022-03-28
46
* Remove unused variable (GH#26) (Michal Josef Špaček)
57

68
3.77 2022-03-14

META.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -90,32 +90,32 @@
9090
"provides" : {
9191
"HTML::Entities" : {
9292
"file" : "lib/HTML/Entities.pm",
93-
"version" : "3.77"
93+
"version" : "3.78"
9494
},
9595
"HTML::Filter" : {
9696
"file" : "lib/HTML/Filter.pm",
97-
"version" : "3.77",
97+
"version" : "3.78",
9898
"x_deprecated" : 1
9999
},
100100
"HTML::HeadParser" : {
101101
"file" : "lib/HTML/HeadParser.pm",
102-
"version" : "3.77"
102+
"version" : "3.78"
103103
},
104104
"HTML::LinkExtor" : {
105105
"file" : "lib/HTML/LinkExtor.pm",
106-
"version" : "3.77"
106+
"version" : "3.78"
107107
},
108108
"HTML::Parser" : {
109109
"file" : "lib/HTML/Parser.pm",
110-
"version" : "3.77"
110+
"version" : "3.78"
111111
},
112112
"HTML::PullParser" : {
113113
"file" : "lib/HTML/PullParser.pm",
114-
"version" : "3.77"
114+
"version" : "3.78"
115115
},
116116
"HTML::TokeParser" : {
117117
"file" : "lib/HTML/TokeParser.pm",
118-
"version" : "3.77"
118+
"version" : "3.78"
119119
}
120120
},
121121
"release_status" : "stable",
@@ -130,7 +130,7 @@
130130
"web" : "https://github.com/libwww-perl/HTML-Parser"
131131
}
132132
},
133-
"version" : "3.77",
133+
"version" : "3.78",
134134
"x_contributors" : [
135135
"Antonio Radici <antonio@dyne.org>",
136136
"Barbie <barbie@missbarbell.co.uk>",
@@ -144,6 +144,7 @@
144144
"Jacques Germishuys <jacquesg@striata.com>",
145145
"Jess Robinson <castaway@desert-island.me.uk>",
146146
"Jon Jensen <jon@endpoint.com>",
147+
"Michal Josef \u0160pa\u010dek <mspacek@redhat.com>",
147148
"Mike South <msouth@gmail.com>",
148149
"Nicholas Clark <nick@ccl4.org>",
149150
"Nicolas R <nicolas@atoomic.org>",
@@ -154,7 +155,7 @@
154155
"Yves Orton <demerphq@gmail.com>",
155156
"Zefram <zefram@fysh.org>"
156157
],
157-
"x_generated_by_perl" : "v5.34.0",
158+
"x_generated_by_perl" : "v5.34.1",
158159
"x_serialization_backend" : "Cpanel::JSON::XS version 4.27",
159160
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
160161
}

0 commit comments

Comments
 (0)