File tree Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for WWW::Mechanize
2
2
3
- {{$NEXT}}
3
+ 2.15 2022-08-21 07:47:35Z
4
4
[FIXED]
5
5
- There was a test suite failure on some Windows machines introduced in
6
6
2.14 that is now fixed. (GH#350) (Julien Fiegehenn)
Original file line number Diff line number Diff line change 119
119
"provides" : {
120
120
"WWW::Mechanize" : {
121
121
"file" : " lib/WWW/Mechanize.pm" ,
122
- "version" : " 2.14 "
122
+ "version" : " 2.15 "
123
123
},
124
124
"WWW::Mechanize::Image" : {
125
125
"file" : " lib/WWW/Mechanize/Image.pm" ,
126
- "version" : " 2.14 "
126
+ "version" : " 2.15 "
127
127
},
128
128
"WWW::Mechanize::Link" : {
129
129
"file" : " lib/WWW/Mechanize/Link.pm" ,
130
- "version" : " 2.14 "
130
+ "version" : " 2.15 "
131
131
}
132
132
},
133
133
"release_status" : " stable" ,
142
142
"web" : " https://github.com/libwww-perl/WWW-Mechanize"
143
143
}
144
144
},
145
- "version" : " 2.14 " ,
145
+ "version" : " 2.15 " ,
146
146
"x_Dist_Zilla" : {
147
147
"perl" : {
148
148
"version" : " 5.028000"
656
656
"branch" : null ,
657
657
"changelog" : " Changes" ,
658
658
"signed" : 0 ,
659
- "tag" : " v2.14 " ,
659
+ "tag" : " v2.15 " ,
660
660
"tag_format" : " v%V" ,
661
661
"tag_message" : " v%V"
662
662
},
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ WWW::Mechanize - Handy web browsing in a Perl object
4
4
5
5
# VERSION
6
6
7
- version 2.14
7
+ version 2.15
8
8
9
9
# SYNOPSIS
10
10
@@ -941,8 +941,6 @@ Note that this functionality requires libwww-perl 5.69 or higher.
941
941
942
942
Searches for forms with arbitrary attribute/value pairs within the < ; form>
943
943
tag.
944
- (Currently does not work for attribute ` action ` due to implementation details
945
- of [ HTML::Form] ( https://metacpan.org/pod/HTML%3A%3AForm ) .)
946
944
When given more than one pair, all criteria must match.
947
945
Using ` undef ` as value means that the attribute in question must not be present.
948
946
@@ -952,9 +950,6 @@ All matching forms (perhaps none) are returned as a list of [HTML::Form](https:/
952
950
953
951
Searches for forms with arbitrary attribute/value pairs within the < ; form>
954
952
tag.
955
- (Currently does not work for attribute ` action ` due to implementation details
956
- of [ HTML::Form] ( https://metacpan.org/pod/HTML%3A%3AForm ) . Use ` [form_action()](#mech-form_action-action) `
957
- instead.)
958
953
When given more than one pair, all criteria must match.
959
954
Using ` undef ` as value means that the attribute in question must not be present.
960
955
You can’t perform that action at this time.
0 commit comments