Subject: CVS commit: pkgsrc/devel/p5-IO-String
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 02/18/2005 12:57:36
Module Name:	pkgsrc
Committed By:	wiz
Date:		Fri Feb 18 12:57:36 UTC 2005

Modified Files:
	pkgsrc/devel/p5-IO-String: Makefile distinfo

Log Message:
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>


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/p5-IO-String/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/p5-IO-String/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.