Skip to content

Commit 7f55810

Browse files
committed
3.80
* Fix compatibility with ancient perl by avoiding index in test (GH#33) (Graham Knop)
1 parent a6a0427 commit 7f55810

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
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.80 2022-11-01
46
* Fix compatibility with ancient perl by avoiding index in test (GH#33)
57
(Graham Knop)
68

META.json

Lines changed: 8 additions & 8 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.79"
93+
"version" : "3.80"
9494
},
9595
"HTML::Filter" : {
9696
"file" : "lib/HTML/Filter.pm",
97-
"version" : "3.79",
97+
"version" : "3.80",
9898
"x_deprecated" : 1
9999
},
100100
"HTML::HeadParser" : {
101101
"file" : "lib/HTML/HeadParser.pm",
102-
"version" : "3.79"
102+
"version" : "3.80"
103103
},
104104
"HTML::LinkExtor" : {
105105
"file" : "lib/HTML/LinkExtor.pm",
106-
"version" : "3.79"
106+
"version" : "3.80"
107107
},
108108
"HTML::Parser" : {
109109
"file" : "lib/HTML/Parser.pm",
110-
"version" : "3.79"
110+
"version" : "3.80"
111111
},
112112
"HTML::PullParser" : {
113113
"file" : "lib/HTML/PullParser.pm",
114-
"version" : "3.79"
114+
"version" : "3.80"
115115
},
116116
"HTML::TokeParser" : {
117117
"file" : "lib/HTML/TokeParser.pm",
118-
"version" : "3.79"
118+
"version" : "3.80"
119119
}
120120
},
121121
"release_status" : "stable",
@@ -130,7 +130,7 @@
130130
"web" : "https://github.com/libwww-perl/HTML-Parser"
131131
}
132132
},
133-
"version" : "3.79",
133+
"version" : "3.80",
134134
"x_contributors" : [
135135
"Antonio Radici <antonio@dyne.org>",
136136
"Barbie <barbie@missbarbell.co.uk>",

0 commit comments

Comments
 (0)