Subject: CVS commit: pkgsrc/devel/p5-IO-Zlib
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 06/08/2007 08:32:01
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jun 8 08:32:01 UTC 2007
Modified Files:
pkgsrc/devel/p5-IO-Zlib: Makefile distinfo
Log Message:
Update to 1.05:
* Zlib.pm
Changed version number to 1.05.
* Zlib.pm
Added dummy FILENO method to stop the debugger barfing
when asked to dump a IO::Zlib object.
* Zlib.pm
Removed internal eof flag and use gzeof instead.
* t/getline.t
Added tests for the eof method while reading lines.
* t/basic.t
Add test for reading at an offset.
* Zlib.pm
Allow an offset to be specifed when reading or writing.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/devel/p5-IO-Zlib/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/p5-IO-Zlib/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.