Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-WWW-Mechanize | Distribution: openSUSE:Factory:zSystems |
Version: 2.180.0 | Vendor: openSUSE |
Release: 2.3 | Build date: Sat Mar 9 00:11:31 2024 |
Group: Unspecified | Build host: reproducible |
Size: 360902 | Source RPM: perl-WWW-Mechanize-2.180.0-2.3.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://metacpan.org/release/WWW-Mechanize | |
Summary: Handy web browsing in a Perl object |
'WWW::Mechanize', or Mech for short, is a Perl module for stateful programmatic web browsing, used for automating interaction with websites. Features include: * All HTTP methods * High-level hyperlink and HTML form support, without having to parse HTML yourself * SSL support * Automatic cookies * Custom HTTP headers * Automatic handling of redirections * Proxies * HTTP authentication Mech is well suited for use in testing web applications. If you use one of the Test::*, like Test::HTML::Lint modules, you can check the fetched content and use that as input to a test call.
Artistic-1.0 OR GPL-1.0-or-later
* Fri Mar 08 2024 Tina Müller <tina.mueller@suse.com> - Fix disabling of __perllib_provides * Wed Jan 31 2024 Tina Müller <timueller+perl@suse.de> - updated to 2.18 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 2.18 2024-01-30 14:29:44Z [FIXED] - Fix click_button non exclusive attributes (GH#371) (Andreas Huber) [TESTS] - Remove t/untaint.t (GH#377) (Olaf Alders) * Fri Apr 28 2023 Tina Müller <timueller+perl@suse.de> - 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 2023 Tina Müller <timueller+perl@suse.de> - 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 2022 Tina Müller <timueller+perl@suse.de> - 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) * Thu Jul 21 2022 Tina Müller <timueller+perl@suse.de> - 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) * Tue Jul 05 2022 Tina Müller <timueller+perl@suse.de> - updated to 2.10 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 2.10 2022-07-04 21:06:13Z [ENHANCEMENTS] - Added form_action($action) to look up forms by regex matching $action (GH#19) (Mark Leighton Fisher and Julien Fiegehenn) [DOCUMENTATION] - Explain that file URIs need url encoding (GH#329) (Julien Fiegehenn and 積丹尼 Dan Jacobson) * Wed Jun 15 2022 Tina Müller <timueller+perl@suse.de> - updated to 2.09 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 2.09 2022-06-14 14:20:04Z [DOCUMENTATION] - Various POD fixes (Julien Fiegehenn) 2.08 2022-05-30 17:32:33Z [TESTS] - Drop CGI and HTTP::Server::Simple::CGI test dependencies (GH#327) (Graham Knop) * Sat Apr 30 2022 Tina Müller <timueller+perl@suse.de> - updated to 2.07 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 2.07 2022-04-29 15:39:17Z [FIXED] - Don't follow redirects in some tests (GH#326) (Olaf Alders) * Tue Oct 26 2021 Tina Müller <timueller+perl@suse.de> - updated to 2.06 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 2.06 2021-10-25 20:56:12Z [DOCUMENTATION] - Document methods that don't work with :content_file (GH#219) (Julien Fiegehenn) * Wed Sep 22 2021 Tina Müller <timueller+perl@suse.de> - updated to 2.05 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 2.05 2021-09-21 14:06:00Z - Update docs for protocols_allowed and protocols_forbidden (GH#323) (Olaf Alders) * Sat Aug 07 2021 Tina Müller <timueller+perl@suse.de> - updated to 2.04 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 2.04 2021-08-06 12:28:31Z [ENHANCEMENTS] - Add a head() method to allow relative URLs (GH#321) (Julien Fiegehenn) [DOCUMENTATION] - Document that form_id() accepts an id, not a name (GH#319) (Olaf Alders)
/usr/bin/mech-dump /usr/lib/perl5/vendor_perl/5.40.0/WWW /usr/lib/perl5/vendor_perl/5.40.0/WWW/Mechanize /usr/lib/perl5/vendor_perl/5.40.0/WWW/Mechanize.pm /usr/lib/perl5/vendor_perl/5.40.0/WWW/Mechanize/Cookbook.pod /usr/lib/perl5/vendor_perl/5.40.0/WWW/Mechanize/Examples.pod /usr/lib/perl5/vendor_perl/5.40.0/WWW/Mechanize/FAQ.pod /usr/lib/perl5/vendor_perl/5.40.0/WWW/Mechanize/Image.pm /usr/lib/perl5/vendor_perl/5.40.0/WWW/Mechanize/Link.pm /usr/share/doc/packages/perl-WWW-Mechanize /usr/share/doc/packages/perl-WWW-Mechanize/CONTRIBUTORS /usr/share/doc/packages/perl-WWW-Mechanize/Changes /usr/share/doc/packages/perl-WWW-Mechanize/README.md /usr/share/licenses/perl-WWW-Mechanize /usr/share/licenses/perl-WWW-Mechanize/LICENSE /usr/share/man/man1/mech-dump.1.gz /usr/share/man/man3/WWW::Mechanize.3pm.gz /usr/share/man/man3/WWW::Mechanize::Cookbook.3pm.gz /usr/share/man/man3/WWW::Mechanize::Examples.3pm.gz /usr/share/man/man3/WWW::Mechanize::FAQ.3pm.gz /usr/share/man/man3/WWW::Mechanize::Image.3pm.gz /usr/share/man/man3/WWW::Mechanize::Link.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Jan 4 23:43:41 2025