------------------------------------------------------------------- Fri Apr 28 03:10:45 UTC 2023 - Tina Müller - updated to 2.17 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 2.17 2023-04-27 15:45:01Z [ENHANCEMENTS] - Perltidied the entire dist, and enabled tests for it (Julien Fiegehenn) ------------------------------------------------------------------- Tue Feb 14 03:08:47 UTC 2023 - Tina Müller - 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) ------------------------------------------------------------------- Mon Aug 22 03:08:47 UTC 2022 - Tina Müller - 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