File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 93
93
"provides" : {
94
94
"HTML::Entities" : {
95
95
"file" : " lib/HTML/Entities.pm" ,
96
- "version" : " 3.74 "
96
+ "version" : " 3.75 "
97
97
},
98
98
"HTML::Filter" : {
99
99
"file" : " lib/HTML/Filter.pm" ,
100
- "version" : " 3.74 "
100
+ "version" : " 3.75 "
101
101
},
102
102
"HTML::HeadParser" : {
103
103
"file" : " lib/HTML/HeadParser.pm" ,
104
- "version" : " 3.74 "
104
+ "version" : " 3.75 "
105
105
},
106
106
"HTML::LinkExtor" : {
107
107
"file" : " lib/HTML/LinkExtor.pm" ,
108
- "version" : " 3.74 "
108
+ "version" : " 3.75 "
109
109
},
110
110
"HTML::PullParser" : {
111
111
"file" : " lib/HTML/PullParser.pm" ,
112
- "version" : " 3.74 "
112
+ "version" : " 3.75 "
113
113
},
114
114
"HTML::TokeParser" : {
115
115
"file" : " lib/HTML/TokeParser.pm" ,
116
- "version" : " 3.74 "
116
+ "version" : " 3.75 "
117
117
}
118
118
},
119
119
"release_status" : " stable" ,
128
128
"web" : " https://github.com/libwww-perl/html-parser"
129
129
}
130
130
},
131
- "version" : " 3.74 " ,
131
+ "version" : " 3.75 " ,
132
132
"x_contributors" : [
133
133
" Antonio Radici <[email protected] >" ,
134
134
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package HTML::Parser;
2
2
3
3
use strict;
4
4
5
- our $VERSION = ' 3.74 ' ;
5
+ our $VERSION = ' 3.75 ' ;
6
6
7
7
require HTML::Entities;
8
8
You can’t perform that action at this time.
0 commit comments