Commit graph

6 commits

Author SHA1 Message Date
heinz
5785c831d8 Updated to version 1.09.
Pkgsrc changes:
  - No compiler necessary.

Changes since version 1.08:
===========================
Thu Jan  3 18:35:44 2008  Tom Hughes  <tom@compton.nu>
	* Zlib.pm
	  Changed version number to 1.09.
        * Makefile.PL
          Install in the core library directory if the perl
          version is 5.9.3 or later.
2008-01-08 20:05:40 +00:00
wiz
34df3f1b21 Update to 1.08:
Sun Nov 18 17:43:49 2007  Tom Hughes  <tom@compton.nu>

	* Zlib.pm
	  Changed version number to 1.08.

        * t/uncomp1.t
        * t/uncomp2.t
          Add the PID to the name of the temporary file used by
          several tests to avoid clashing with the directory
          called test in the perl source tree.

        * Zlib.pm
          Require perl 5.006 instead of 5.004 as Fcntl does not
          implement SEEK_SET before then.

        * Zlib.pm
          Removed "IO::Zlib::WRITE: OFFSET is not supported" error
          from documentation as it is no longer generated.

2007-07-28 Tom Hughes <tom@compton.nu>

	* Zlib.pm
	  Changed version number to 1.07.

        * MANIFEST
	* t/0signature.t
	  Removed signature test.

2007-07-18 Tom Hughes <tom@compton.nu>

	* Zlib.pm
	  Changed version number to 1.06.

	* t/external.t
	  Exit immediately if there is no gzip program.
2007-11-30 15:34:21 +00:00
wiz
f6e2cc7c30 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.
2007-06-08 08:32:00 +00:00
heinz
104634286a Update to version 1.04.
Pkgsrc changes:
 - Added HOMEPAGE.

Relevant changes since version 1.01:
===========================
 * fixes for various tests
 * Added support for external gzip.
2005-10-15 20:05:07 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
cjep
ef91c9f547 Initial import of the perl IO::Zlib module v1.01 into the NetBSD packages
collection as devel/p5-IO-Zlib.

The IO::Zlib module provides a Perl IO:: style interface to the
Compress::Zlib package. The main advantage is that you can use an
IO::Zlib object in much the same way as an IO::File object, so you
can have common code that doesn't know which sort of file it is
using.
2002-12-13 17:10:15 +00:00