Revisions of perl-Test-WWW-Mechanize

buildservice-autocommit accepted request 1042726 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 21)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 1041142 from Tina Müller's avatar Tina Müller (tinita) (revision 20)
- 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)
buildservice-autocommit accepted request 976460 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 19)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 975119 from Tina Müller's avatar Tina Müller (tinita) (revision 18)
- 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.
buildservice-autocommit accepted request 854849 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 17)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 854836 from Tina Müller's avatar Tina Müller (tinita) (revision 16)
- 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.
buildservice-autocommit accepted request 655833 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 15)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 655818 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 14)
automatic update
buildservice-autocommit accepted request 599329 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 13)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 597307 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 12)
automatic update
buildservice-autocommit accepted request 448585 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 11)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 448231 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 10)
automatic update
buildservice-autocommit accepted request 416416 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 9)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 416298 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 8)
automatic update
buildservice-autocommit accepted request 177554 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 7)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 177540 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 6)
- 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.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 103726 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 5)
initialized devel package after accepting 103726
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 4)
- 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
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 3)
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 2)
Displaying revisions 1 - 20 of 21
openSUSE Build Service is sponsored by