7
0

10 Commits

Author SHA256 Message Date
Stephan Kulow
99e4177618 Accepting request 1041142 from devel:languages:perl:autoupdate
- updated to 1.60
   see /usr/share/doc/packages/perl-Test-WWW-Mechanize/Changes
  1.60 
  ------------------------------------
  [ENHANCMENTS]
  Added default test messages for button_exists_ok and lacks_button_ok
  methods.  Thanks, Daniel Böhmer (GH#70)
  get_ok(), post_ok(), head_ok(), put_ok() and delete_ok() now all fail
  if an undef URL is passed, rather than passing the undef URL into the
  underlying LWP functions. Thanks, Jess Robinson. (GH #40)
  [FIXES]
  Disable proxies in some of the tests that look at a local test server.
  (GH#55, GH#74)
  [DOCUMENTATION]
  Clarified some wording.  Thanks, Daniel Böhmer (GH#70)

OBS-URL: https://build.opensuse.org/request/show/1041142
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-WWW-Mechanize?expand=0&rev=20
2022-12-13 16:02:39 +00:00
21397cf1f9 Accepting request 975119 from devel:languages:perl:autoupdate
- updated to 1.58
   see /usr/share/doc/packages/perl-Test-WWW-Mechanize/Changes
  1.58    
  ------------------------------------
  [ENHANCEMENTS]
  Failed get_ok, post_ok, head_ok, put_ok, delete_ok calls now show the URL
  as a diagnostic if there's a problem accessing the URL.  This apply to
  functions like submit_form_ok() and follow_link_ok() that are wrappers
  around these methods.
  1.56    
  ------------------------------------
  This version of Test::WWW::Mechanize requires Perl 5.10.
  [ENHANCEMENTS]
  Add check_all_images_ok(). (GH #17)  Thanks, Julien Fiegehenn.
  This is the first version of this function, and its functionality may
  change in the near future.
  [DOCUMENTATION]
  Fixed some incorrect docs. Thanks, Daniel Böhmer.
  [INTERNALS]
  Require Perl 5.10.
  Explicitly requires HTTP::Message 6.29 or higher.

OBS-URL: https://build.opensuse.org/request/show/975119
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-WWW-Mechanize?expand=0&rev=18
2022-05-11 16:34:29 +00:00
Stephan Kulow
084ddf9c0e Accepting request 854836 from devel:languages:perl:autoupdate
- updated to 1.54
   see /usr/share/doc/packages/perl-Test-WWW-Mechanize/Changes
  1.54    
  ------------------------------------
  [ENHANCEMENTS]
  Use ok() instead of cmp_ok() inside of lacks_uncapped_inputs().
  This output makes more sense.
  lacks_uncapped_inputs() now has a a default message if one isn't supplied.
  [FIXES]
  Fixed the subtest name inside of C<lacks_ids_ok>.
  Fixed the minimum version of Carp::Assert::More in Makefile.PL.

OBS-URL: https://build.opensuse.org/request/show/854836
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-WWW-Mechanize?expand=0&rev=16
2020-12-11 10:51:19 +00:00
f0d96517a0 Accepting request 655818 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/655818
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-WWW-Mechanize?expand=0&rev=14
2018-12-06 16:33:49 +00:00
Stephan Kulow
fa2cb2e5ee Accepting request 597307 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/597307
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-WWW-Mechanize?expand=0&rev=12
2018-04-20 13:46:03 +00:00
Stephan Kulow
67cc0f6eae Accepting request 448231 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/448231
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-WWW-Mechanize?expand=0&rev=10
2017-01-03 08:29:14 +00:00
Stephan Kulow
84fcdda208 Accepting request 416298 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/416298
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-WWW-Mechanize?expand=0&rev=8
2016-08-01 14:02:41 +00:00
Stephan Kulow
41e44ca956 Accepting request 177540 from home:coolo:update-perl
- updated to 1.44
  If you want to use the autolint functionality, you'll have to have
  HTML::Lint 2.20.
  
  [FIXES]
  Custom lint objects don't get reset before they get used, making
  autolint with a custom lint object practically useless.
  https://github.com/petdance/test-www-mechanize/issues/25
  
  [ENHANCEMENTS]
  Added a $mech->autolint() method so you can turn autolinting on and off
  in mid-program.  Thanks, Mike O'Regan.
  
  New functions $mech->scrape_text_by_id() and $mech->scrape_text_by_attr()
  let you extract text from your pages.  Convenience function
  $mech->scraped_id_is() makes it easy to scrape and compare in one
  function.
  
      <h1 id="pagetitle">My Awesome Page!</h1>
  
      # Verify that HTML is there with:
      $mech->scraped_id_is( 'pagetitle', 'My Awesome Page!' );
  
  [FIXES]
  $mech->has_tag() now handles nested tags more sensibly.  This fixes
  Google Code ticket #1.
  
  
  [INTERNALS]
  Explicitly requires Test::Simple 0.94 or higher.

OBS-URL: https://build.opensuse.org/request/show/177540
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-WWW-Mechanize?expand=0&rev=6
2013-06-04 17:14:31 +00:00
Stephan Kulow
e06d60feb4 - update to 0.13
Bug Fixes
   * $module->require now always resets $@ which removes a trap of using $@
     to indicate an error, rather than checking $module->require directly.
     [rt.cpan.org 44444]
   Test Fixes
   * bleadperl introduced a new warning deprecating "use UNIVERSAL"
     (thank goodness) which interfered with t/require.t

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-WWW-Mechanize?expand=0&rev=4
2012-02-10 12:27:16 +00:00
Stephan Kulow
b37dc7c7b7 - initial package 1.30
* created by cpanspec 1.78.03

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-WWW-Mechanize?expand=0&rev=1
2011-01-17 16:21:59 +00:00