diff options
author | wen <wen@pkgsrc.org> | 2015-05-05 14:42:17 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-05-05 14:42:17 +0000 |
commit | f894c0367f5ec8e0924f1513fe5e88c96af279a0 (patch) | |
tree | 5afff051f78b517578e271bc1b69f909e8f09908 /www/p5-HTTP-Body/Makefile | |
parent | f794a7c533f2c0a16548ce097e725daaf7a45877 (diff) | |
download | pkgsrc-f894c0367f5ec8e0924f1513fe5e88c96af279a0.tar.gz |
Update to 1.22
Upstream changes:
1.22 2015-01-29 04:51:51+01:00 Europe/Berlin
- Fix for the fix..... don't ask
1.21 2015-01-29 04:48:58+01:00 Europe/Berlin
- Fix for failing test if Plack is not installed
1.20 2015-01-28 16:20:59+01:00 Europe/Berlin
-new method 'part_data' which preserves multipart meta information just in cause
you have a form upload with unexpected charsets, etc.
Diffstat (limited to 'www/p5-HTTP-Body/Makefile')
-rw-r--r-- | www/p5-HTTP-Body/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/p5-HTTP-Body/Makefile b/www/p5-HTTP-Body/Makefile index 0e22e2108b4..d378f15937f 100644 --- a/www/p5-HTTP-Body/Makefile +++ b/www/p5-HTTP-Body/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2014/05/29 23:38:07 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/05/05 14:42:17 wen Exp $ -DISTNAME= HTTP-Body-1.19 +DISTNAME= HTTP-Body-1.22 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} |