summaryrefslogtreecommitdiff
path: root/www/p5-Test-WWW-Mechanize/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2018-05-02 20:19:59 +0000
committerwiz <wiz@pkgsrc.org>2018-05-02 20:19:59 +0000
commit37395815431e65fc5205279f466b73f25f040b60 (patch)
treeea5d053875ffaa94fd4f7cdd6f2651d352b12c3f /www/p5-Test-WWW-Mechanize/Makefile
parent67b8b7df81a327432d289e076dab99f1e02ffe8d (diff)
downloadpkgsrc-37395815431e65fc5205279f466b73f25f040b60.tar.gz
p5-Test-WWW-Mechanize: update to 1.50.
1.50 Mon Apr 16 15:16:59 CDT 2018 ------------------------------------ [FIXES] Added html_tidy_ok() methods, analogous to html_lint_ok(). Remove unnecessary dependency on HTML::TreeBuilder. Thanks, Kent Fredric. 1.49_01 Mon Mar 26 10:58:51 CDT 2018 ------------------------------------ [ENHANCEMENTS] Adding autotidy functionality. autotidy lets you validate every page that Mech gets using the HTML::Tidy5 module, just like the autolint feature does with the HTML::Lint module. HTML::Tidy5 is a much more complete HTML checking tool, and validates HTML5 which HTML::Lint does not. You must have HTML::Tidy5 1.00 installed to use autotidy.
Diffstat (limited to 'www/p5-Test-WWW-Mechanize/Makefile')
-rw-r--r--www/p5-Test-WWW-Mechanize/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/p5-Test-WWW-Mechanize/Makefile b/www/p5-Test-WWW-Mechanize/Makefile
index f9acae24900..8c5e98ddfb6 100644
--- a/www/p5-Test-WWW-Mechanize/Makefile
+++ b/www/p5-Test-WWW-Mechanize/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2017/06/05 14:25:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.25 2018/05/02 20:19:59 wiz Exp $
-DISTNAME= Test-WWW-Mechanize-1.48
+DISTNAME= Test-WWW-Mechanize-1.50
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}