Update to 1.84
Upstream changes: 1.84 2017-03-07 13:34:57-05:00 America/Toronto [ENHANCEMENTS] - Parse url (href attribute) for js window.open GH#11 [FIXED] - Set STDOUT to be utf8 in mech-dump. Fixes issue GH#36 - Added --version option to mech-dump - Don't die on uri() when there has been no request. Fixes issue GH#60 - Remove old information from the cookbook. Fixes issue GH#28 - Documentation correction. Fixes issue GH#65 and GH#59 - Work around Test::More prior to 1.001004. Fixes GH#74 - Fix hostname in test. Fixes GH#73 1.83 2016-10-14 16:45:30-04:00 America/Toronto ======================================== [FIXED] - Moved live tests to be author tests. Run using dzil test --author. (Steve Scaffidi) 1.82 2016-10-06 23:00:30-04:00 America/Toronto ======================================== [ENHANCEMENTS] - Added strict_forms flag to submit_form() which sets the HTML::Form strict flag (Gareth Tunley) [FIXED] - Fixed tests which tried to access HTTPS urls when LWP::Protocol::https wasn't installed (Olaf Alders). Reported by Slaven Rezi�. See https://github.com/libwww-perl/WWW-Mechanize/issues/54 1.81 2016-10-06 08:52:44-04:00 America/Toronto ======================================== [FIXED] - Work around bug in HTTP::Cookies that is triggered on reload(). See https://rt.cpan.org/Public/Bug/Display.html?id=75897 (Gianni Ceccarelli) 1.80 2016-09-24 22:38:27-04:00 America/Toronto ======================================== [FIXED] - Fixes behaviour of submit_form() when multiple filters have been supplied (Ed Avis) 1.79 2016-09-16 23:53:48-04:00 America/Toronto ======================================== [ENHANCEMENTS] - Added form_with() method. (Martin Sluka)
This commit is contained in:
parent
3052143261
commit
a2385de1ef
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.43 2016/10/18 21:16:22 mef Exp $
|
||||
# $NetBSD: Makefile,v 1.44 2017/03/11 12:08:14 wen Exp $
|
||||
|
||||
DISTNAME= WWW-Mechanize-1.78
|
||||
DISTNAME= WWW-Mechanize-1.84
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.28 2016/08/16 01:54:48 wen Exp $
|
||||
$NetBSD: distinfo,v 1.29 2017/03/11 12:08:14 wen Exp $
|
||||
|
||||
SHA1 (WWW-Mechanize-1.78.tar.gz) = 302ea5d83538e8f0669a11596844c1451a6891a7
|
||||
RMD160 (WWW-Mechanize-1.78.tar.gz) = 2e96537eb6c757670ef21d1595baf9e3327088fa
|
||||
SHA512 (WWW-Mechanize-1.78.tar.gz) = 2afb097b01732c19fe7a7e766934f59e9cc6351ebd440c7cccecac2af2fca263e5b1f59166fafe109abc10cc72973e234a6b9e1d356865312e6575e137a5ce80
|
||||
Size (WWW-Mechanize-1.78.tar.gz) = 154927 bytes
|
||||
SHA1 (WWW-Mechanize-1.84.tar.gz) = f815c356365bd187da888daf50767d0a098869f6
|
||||
RMD160 (WWW-Mechanize-1.84.tar.gz) = 09d98659072db723fdd1afd9dbf3c1558cacfe0a
|
||||
SHA512 (WWW-Mechanize-1.84.tar.gz) = 2358f5e2fcd068ad5fb3adc82f91174c7e32681166c1466dc1fac0238f0ac0b890295429919b35fcba8b8ac9c3f69034a446962b5e676690550a6a4cd9178096
|
||||
Size (WWW-Mechanize-1.84.tar.gz) = 160656 bytes
|
||||
|
|
Loading…
Reference in a new issue