1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
|
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.
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-03-04 Tom Hughes <tom@compton.nu>
* 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.
2004-09-05 Tom Hughes <tom@compton.nu>
* Zlib.pm
Changed version number to 1.04.
2004-08-28 Jarkko Hietaniemi <jhi@iki.fi>
* t/0signature.t:
Add -ing.
* t/external.t:
The skip didn't really skip.
* t/uncomp1.t, t/uncomp2.t:
Make more portable by using binmode().
2004-08-22 Tom Hughes <tom@compton.nu>
* Zlib.pm
Changed version number to 1.03.
2004-08-17 Jarkko Hietaniemi <jhi@iki.fi>
* Zlib.pm
Fix the case of trying to read ungzipped data.
* Zlib.pm
Fix the case of not going through import().
2004-08-15 Tom Hughes <tom@compton.nu>
* Zlib.pm
Change version number to 1.02.
* META.yml
Added a package description file.
* t/0signature.t
Added signature test.
* MANIFEST
Added SIGNATURE to manifest.
2004-04-17 Jarkko Hietaniemi <jhi@iki.fi>
* Zlib.pm
Added support for external gzip.
* t/external.t
Testing for external gzip.
* t/import.t
Testing for other importing.
* t/getline.t
Test error when getlines called in scalar context.
2001-03-24 Tom Hughes <tom@compton.nu>
* Zlib.pm
Change version number to 1.01.
* t/basic.t
Added a test for creating a handle without opening it.
* Zlib.pm
Don't try and do an open if we haven't been given any
arguments - presumably the user will do one later on.
2001-01-27 Tom Hughes <tom@compton.nu>
* Zlib.pm
Change version number to 1.00.
* t/basic.t
* t/tied.t
Added extra tests and improved some existing ones.
* Zlib.pm
Reworked along the lines described in "Object Orientated Perl" to
make the tie support work properly.
1998-06-28 Tom Hughes <tom@compton.nu>
* Zlib.pm
Change version number to 0.02.
* Zlib.pm
Quote all hash dereferences to avoid bareword resolution
warnings for eof.
|