Changelog for
perl-WWW-Mechanize-1.91-42.1.noarch.rpm :
* Fri Jan 11 2019 cooloAATTsuse.com- updated to 1.91 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.91 2019-01-10 18:44:33Z [ENHANCEMENTS] - Don\'t install Perl::Critic and Perl::Tidy to run user tests (GH#268) (Julien Fiegehenn) - Remove redundant PodSyntaxTests (GH#265) (Andrew Grangaard) - Add test dependency for Perl::Tidy (GH#263) (Julien Fiegehenn)
* Thu Dec 06 2018 cooloAATTsuse.com- updated to 1.90 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.90 2018-11-12 18:02:03Z [DOCUMENTATION] - Pod fixes (GH#261) (Julien Fiegehenn) - Fixed pod error as reported by CPANTS. (GH#264) (Mohammad S Anwar) [ENHANCEMENTS] - Upgrade to HTML::TreeBuilder version 5 to get support for weak references in HTML::Element (GH#251) (Julien Fiegehenn)
* Thu Nov 08 2018 cooloAATTsuse.com- updated to 1.89 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.89 2018-10-18 19:13:34Z [ENHANCEMENTS] - Add support to find_image() and find_all_images() via \'id\' and \'class\' (GH#242) (Julien Fiegehenn) - Pass strict/verbose constructor args to HTML::Form (GH#256) (Julien Fiegehenn) - Add ability to clear history and tests for history (GH#259) (mschae94)
* Fri Oct 12 2018 opensuseAATTdstoecker.de- Fix build
* Sat Mar 24 2018 cooloAATTsuse.com- updated to 1.88 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.88 2018-03-23 15:37:25Z ======================================== [FIXED] - tick() now dies if checkbox is not found (GH#248) (Olaf Alders) [DOCUMENTATION] - Clarify behaviour of submit_form when with_fields is supplied as an arg (GH#247) (Olaf Alders) - Document some \"Best Practices\" (GH#246) (Olaf Alders) - Update links in Pod. Suggest LWP::ConsoleLogger rather than LWP::Debug (GH#244) (Olaf Alders)
* Mon Feb 12 2018 cooloAATTsuse.com- updated to 1.87 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.87 2018-02-07 22:04:16Z ======================================== [FIXED] - Fix typo in contributor name (GH#241) (Philippe Bruhat (BooK)) - Fix link to Michael Schilli\'s article in Linux magazine (GH#240) (Bernhard Wagner) - Fix some section links (GH#238) (Evan Zacks) - Override _agent() method. (GH#236) (Сергей Романов) - Link to appropriate section of HTML::Form (GH#237) (Evan Zacks) - Make version consistent in .pm files (GH#231) (Olaf Alders) [ENHANCEMENTS] - Return form number in list context. (GH#235) (Сергей Романов) - Overload \'post\' in order to set \'base\'. (GH#111) (Stuart A Johnston) - Allow multiple file paths/uris in mech-dump; fixes issue 72 (GH#113) (Nik LaBelle) - Add docs for the output of dump_forms (GH#112) (John Beppu)
* Wed Feb 07 2018 cooloAATTsuse.com- updated to 1.86 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
* Wed Nov 18 2015 malcolmlewisAATTopensuse.org- Change build requires from perl(CGI) to perl-CGI to fix failing builds.- Add preamble perl-CGI in cpanspec.yml.- Add more verbose description.
* Fri Aug 28 2015 cooloAATTsuse.com- updated to 1.75 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.75 ======================================== [OTHER CHANGES] - WWW::Mechanize::Image and WWW::Mechanize::Link now have a defined $VERSION - fixed warning about the use of the encoding pragma (new in 5.22) (RT#91971) - fixed warning about the use of CGI::param in list context (RT#103096)
* Tue Apr 14 2015 cooloAATTsuse.com- updated to 1.74 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.74 2015-01-23 ======================================== [OTHER CHANGES] - updated repository link in metadata
* Fri Oct 04 2013 cooloAATTsuse.com- updated to 1.73 [TESTS] - Update t/local/back.t to use LocalServer for 404 checking to avoid fails on win32. Fix by Matt S Trout, patient diagnostics and testing provided by jayefuu of freenode #perl - Blow away more proxy env vars in LocalServer, and do it on load so that the LWP env checking doesn\'t happen before we\'ve done it. [OTHER CHANGES] - Better error when passing only one parameter to follow_link
* Sat Jun 15 2013 cooloAATTsuse.com- updated to 1.72 [DEPENDENCIES] Bumped the HTML::Form dependency to fix failures on CentOS 5 [ENHANCEMENTS] Recognise application/xhtml+xml as HTML. [DOCUMENTATION] Improved docs about support of JavaScript Typo fixes. [TESTS] Updated tests as oops-music.com is in utf-8 now
* Mon Sep 19 2011 cooloAATTsuse.com- updated to 1.70 [ENHANCEMENTS] Mech now defaults to _not_ running live tests by default. You can still enable them by running \"perl Makefile.PL --live\" Thanks to RJBS for the suggestion [INTERNALS] The test suite for the local tests was updated
* Fri Apr 22 2011 jwAATTnovell.com- update to 1.68: dependencies fixed, test suite enhanced
* Wed Mar 30 2011 cooloAATTnovell.com- extent build requires
* Wed Dec 01 2010 cooloAATTnovell.com- switch to perl_requires macro
* Thu Nov 11 2010 chrisAATTcomputersalat.de- recreated by cpanspec 1.78 o fixed deps- changelog to changes file- noarch pkg
* Sun Sep 12 2010 jwAATTnovell.com- update to 1.66
* New $mech->text method returns the text from your HTML page. The exact rendering of this text is simply removing all the HTML tags, but this will change. It\'s pretty ugly. If anyone wants to work on a better-looking text dump, I\'d love to see it.
* Added mech-dump --text.
* Improvements to the docs explaining explicitly about the subclassed methods we inherit from LWP::UserAgent.
* Fri Jul 02 2010 jwAATTnovell.com- update to 0.64, Parsing of forms has been delayed until they\'re actually needed. If don\'t use forms on a page, you\'ll no longer waste time and memory parsing them. $mech->title now caches the title of the page after parsing the page to find it. mech-dump now takes a --cookie-file parameter for keeping cookies between calls. $mech->form_name() and $mech->form_number() no longer throw warnings if they can\'t find the form specified. They still return undef, though. More additions to the FAQ.
* Thu Oct 29 2009 jwAATTsuse.de- update to 0.60