diff options
Diffstat (limited to 'ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm')
-rw-r--r-- | ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm b/ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm index 0015505a54..8ec541b155 100644 --- a/ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm +++ b/ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm @@ -6,16 +6,16 @@ use bytes; require Exporter ; -use IO::Compress::RawDeflate 2.004 ; +use IO::Compress::RawDeflate 2.005 ; -use Compress::Raw::Zlib 2.004 ; -use IO::Compress::Zlib::Constants 2.004 ; -use IO::Compress::Base::Common 2.004 qw(createSelfTiedObject); +use Compress::Raw::Zlib 2.005 ; +use IO::Compress::Zlib::Constants 2.005 ; +use IO::Compress::Base::Common 2.005 qw(createSelfTiedObject); our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $DeflateError); -$VERSION = '2.004'; +$VERSION = '2.005'; $DeflateError = ''; @ISA = qw(Exporter IO::Compress::RawDeflate); |