- updated to 2.16
see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
2.16 2023-02-11 12:09:16Z
[FIXED]
- Raise minimum Perl to 5.8 to match what we test, what dependencies
depend on, etc. (GH#352) (James Raspass)
[ENHANCEMENTS]
- New method delete() that allows DELETE requests with Mechanize::Link
objects (GH#361) (Stuart A Johnston)
[DOCUMENTATION]
- Clarify documentation for select() (GH#77) (Julien Fiegehenn)
- Various POD fixes (Julien Fiegehenn)
- Explain that :content-file does not decode content (GH#363) (bscan)
[TESTS]
- Test that follow_link(n=> 'all') warns (Kueppo Tcheukam)
- Drop Test::Warn prerequisite and only use Test::Warnings (GH#360) (Graham Knop)
OBS-URL: https://build.opensuse.org/request/show/1065771
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=72
- updated to 2.15
see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
2.15 2022-08-21 07:47:35Z
[FIXED]
- There was a test suite failure on some Windows machines introduced in
2.14 that is now fixed. (GH#350) (Julien Fiegehenn)
[ENHANCEMENTS]
- form_with and all_forms_with() now support the "action" attribute to find
forms (GH#349) (Julien Fiegehenn)
2.14 2022-08-15 19:19:24Z
[FIXED]
- File upload fields now correctly handle overwriting the file name and
passing in content without a real file (GH#249) (Gil Magno and Julien
Fiegehenn)
- HTML::Form bumped to 6.08 (GH#347) (Julien Fiegehenn)
[ENHANCEMENTS]
- Add autocheck() to enable or disable autochecking at run time in
addition to setting it at object creation (GH#232) (Julien Fiegehenn)
- mech_dump now errors appropriately when it cannot open a URL or file
instead of claiming it has the wrong MIME type (GH#292) (Julien Fiegehenn)
2.13 2022-07-29 09:44:46Z
[ENHANCEMENTS]
- mech_dump now treats all local files like HTML regardless of what it
thinks their content types are (GH#63) (Julien Fiegehenn)
- We now consistently use our own die() method and therefore the onerror
handler wherever possible (GH#80) (Julien Fiegehenn)
[TESTS]
- Add tests for field() when working on a <textarea> (GH#220) (Julien
Fiegehenn)
OBS-URL: https://build.opensuse.org/request/show/998836
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=70
- updated to 2.12
see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
2.12 2022-07-20 06:45:40Z
[ENHANCEMENTS]
- form_name(), form_id(), form_with() and form_with_fields() can now all
return the nth instance of a form instead of always returning the first
instance (GH#110) (Jeff Culverhouse and Julien Fiegehenn)
[TESTS]
- Tests using a local temporary server are now safe to use with HTTP/1.1
and keep-alive (GH #14) (Stanislaw Pusep and Julien Fiegehenn)
- We now use Test::Pod::LinkCheck to ensure there are no broken links in
our documentation (GH #337) (Julien Fiegehenn)
2.11 2022-07-17 17:25:39Z
[FIXED]
- tick() can now handle checkboxes without a value (GH#331) (Jordan M Adler
and Julien Fiegehenn)
[ENHANCEMENTS]
- set_fields() and submit_form(with_fields => ...) can now set multiple
choice inputs (e.g. select and radio) to the nth value (GH29) (Alastair
Douglas and Julien Fiegehenn)
OBS-URL: https://build.opensuse.org/request/show/990974
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=68
- updated to 2.02
see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
2.02 2020-10-13 13:50:28Z
[ENHANCEMENTS]
- Add redirects() as a short to HTTP::Response->redirects (GH#116) (Julien Fiegehenn)
- click_button( value => $foo) now also works for button tags and image buttons
(GH#131) (Spencer Christensen) and (Julien Fiegehenn)
[DOCUMENTATION]
- Document that click_button() will die when it cannot find a button (GH#136) (Julien Fiegehenn)
- Document that content() returns undef before a request was made (GH#134) (Julien Fiegehenn)
[TESTS]
- Add a test for dump_forms() with multiselect (GH#133) (Julien Fiegehenn)
- Add tests for select multiple (GH#132) (Michael G. Schwern) and (Julien Fiegehenn)
- Remove use of discouraged vars pragma (James Raspass)
- Add tests for dump_forms() and field() with empty attributes (GH#125) (Julien Fiegehenn)
OBS-URL: https://build.opensuse.org/request/show/841712
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=55
Note: ppc/ppc64le are unresolvable. Not sure what to do about this.
- updated to 2.00
see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
2.00 2020-06-09 19:09:53Z
- Require LWP::UserAgent 6.45 (GH#302) (Shoichi Kaji)
1.99 2020-06-08 15:35:04Z
- Bump HTTP::Daemon test dependency to 6.12 (GH#300) (Olaf Alders)
1.98 2020-05-25 17:06:47Z (TRIAL RELEASE)
- Don't make assumptions about port 80 in test (GH#299) (Olaf Alders)
OBS-URL: https://build.opensuse.org/request/show/815409
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=51
- updated to 1.96
see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
1.96 2020-02-21 02:23:40Z [FIXED]
- HTML::Form::find_input() has a 1-based index (GH#293) (Olaf Alders)
- Fix invocation of dump_forms in mech-dump (GH#288) (積丹尼 Dan Jacobson)
- make xt/author/eol.t pass (GH#291) (Shoichi Kaji)
[DOCUMENTATION]
- Fix documentation of use of undef in form_with() and all_forms_with()
(GH#289) (積丹尼 Dan Jacobson)
OBS-URL: https://build.opensuse.org/request/show/778731
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=47