diff options
author | mjl <mjl> | 2001-11-30 14:59:28 +0000 |
---|---|---|
committer | mjl <mjl> | 2001-11-30 14:59:28 +0000 |
commit | d70a7528a89b8956158419ba1aaa9f8e78c2ff4e (patch) | |
tree | 3c304215e05f0a5cc97723c9e412488bc6e27ac3 /www/p5-libwww/Makefile | |
parent | bf62707e84d9033b521d5f0e45cd828736cd6833 (diff) | |
download | pkgsrc-d70a7528a89b8956158419ba1aaa9f8e78c2ff4e.tar.gz |
Update to 5.62
The $VERSION of LWP::UserAgent wrapped around. This confused the
CPAN indexer. Bumped the major number to 2 to fix this.
Net::HTTP did not work well on perl5.003. The PeerHost argument
to IO::Socket::INET was not recognized, so we had to use PeerAddr
instead. The syswrite() method also required a length argument.
Net::HTTP did not deal with transfer encoding tokens in a
case-insensitive way.
The jigsaw-chunk test failed on MacOS because "\n" is different.
Diffstat (limited to 'www/p5-libwww/Makefile')
-rw-r--r-- | www/p5-libwww/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 8969ddf376a..5283559ba3f 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2001/11/26 06:50:39 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2001/11/30 14:59:28 mjl Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/14 04:00:11 jfitz Exp # -DISTNAME= libwww-perl-5.61 +DISTNAME= libwww-perl-5.62 PKGNAME= p5-${DISTNAME:S/-perl-/-/} SVR4_PKGNAME= p5lww CATEGORIES= www perl5 |