diff options
author | abs <abs@pkgsrc.org> | 2012-01-22 19:31:23 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2012-01-22 19:31:23 +0000 |
commit | 8e58e5fbdd15ce7fce884eaf6d194cdc13cd9162 (patch) | |
tree | b824029d262a73cc5c166d6300588ae3615043d9 /www/p5-URI-Find/Makefile | |
parent | 207b7756f88e221b7bda722b92066629a3ce9217 (diff) | |
download | pkgsrc-8e58e5fbdd15ce7fce884eaf6d194cdc13cd9162.tar.gz |
Updated www/p5-URI-Find to 20111103
20111103 Thu Nov 3 12:14:21 PDT 2011
Bug Fixes
* URI::URL::strict will no longer leak out of find() if the callback
or filter fails. [rt.cpan.org 71153] (Carl Chambers)
20111020 Thu Oct 20 17:31:56 PDT 2011
Bug Fixes
* Things which look like URIs, but aren't, are now properly escaped like
other text. [rt.cpan.org 71658]
New Features
* Balanced parens in URIs are no longer stripped. Example:
"http://example.com/foo(bar)" (Merten Falk)
Diffstat (limited to 'www/p5-URI-Find/Makefile')
-rw-r--r-- | www/p5-URI-Find/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/p5-URI-Find/Makefile b/www/p5-URI-Find/Makefile index 2723d1f3e9b..115499a63af 100644 --- a/www/p5-URI-Find/Makefile +++ b/www/p5-URI-Find/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2011/08/14 16:06:11 obache Exp $ -# +# $NetBSD: Makefile,v 1.7 2012/01/22 19:31:23 abs Exp $ -DISTNAME= URI-Find-20100505 +DISTNAME= URI-Find-20111103 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} |