diff options
author | wiz <wiz> | 2005-02-18 12:57:35 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-02-18 12:57:35 +0000 |
commit | 9affec44df8808cc1d18bbd1d92dfe2a1fff2ad0 (patch) | |
tree | 43d07316d309bdafb7a660be2e295650f0f9c323 /devel/p5-IO-String | |
parent | 0ce4b8b5dd7c467a16469f80cf159ca749011794 (diff) | |
download | pkgsrc-9affec44df8808cc1d18bbd1d92dfe2a1fff2ad0.tar.gz |
Update to 1.06:
2004-11-05 Gisle Aas
Release 1.06
Make seek() return TRUE when it succeed. It used to
return the new position, but we want to be compatible with
the builtin seek().
Patch contributed by Kurt M. Brown
Make print() and printf() return TRUE even when printing
the empty string. The used to return the lenght of the string
printed, but now they always return 1 to be compatible with
the builtins.
Make binmode() return TRUE unless layers are provided.
2004-04-01 Gisle Aas
Release 1.05
Fix handling of paragraph mode.
<https://rt.cpan.org/Ticket/Display.html?id=5425>
Diffstat (limited to 'devel/p5-IO-String')
-rw-r--r-- | devel/p5-IO-String/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-IO-String/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-IO-String/Makefile b/devel/p5-IO-String/Makefile index b48d9093f55..07d2ff6e9af 100644 --- a/devel/p5-IO-String/Makefile +++ b/devel/p5-IO-String/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.8 2004/12/20 11:31:00 grant Exp $ +# $NetBSD: Makefile,v 1.9 2005/02/18 12:57:35 wiz Exp $ # -DISTNAME= IO-String-1.04 +DISTNAME= IO-String-1.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/IO-String/ COMMENT= Perl module for I/O on in-core objects like strings and arrays PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/p5-IO-String/distinfo b/devel/p5-IO-String/distinfo index deeca6db87c..30af6870957 100644 --- a/devel/p5-IO-String/distinfo +++ b/devel/p5-IO-String/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2004/02/08 21:17:43 kim Exp $ +$NetBSD: distinfo,v 1.4 2005/02/18 12:57:35 wiz Exp $ -SHA1 (IO-String-1.04.tar.gz) = 052551f71eebbc219ba3cb898eecc340591d5f62 -Size (IO-String-1.04.tar.gz) = 6518 bytes +SHA1 (IO-String-1.06.tar.gz) = 80d8415a3664ba184b6e2a8c2e3209d126c15c84 +Size (IO-String-1.06.tar.gz) = 6983 bytes |