Subject: CVS commit: pkgsrc/www/p5-URI
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/29/2001 09:51:09
Module Name: pkgsrc
Committed By: jlam
Date: Sat Sep 29 06:51:09 UTC 2001
Modified Files:
doc: pkg-CHANGES
pkgsrc/www/p5-URI: Makefile distinfo
Log Message:
Update p5-URI to 1.17. Relevant changes from version 1.12 include:
- Bug fixes
- URI::Escape::uri_escape default has changed. Reserved characters
are now escaped when no second argument is provided.
- URI::WithBase now overrides the can() method and delegate it to
the URI member. This also affects the URI::URL behaviour.
- URI.pm now conforms to RFC 2732 which specify how literal IPv6
addresses are to be included in URLs.
- URI/Escape now allows "/" in the $unsafe pattern argument.
To generate a diff of this commit:
cvs rdiff -r1.5152 -r1.5153 doc/pkg-CHANGES
cvs rdiff -r1.11 -r1.12 pkgsrc/www/p5-URI/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/www/p5-URI/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.