diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-08 14:15:41 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-08 14:15:41 +0100 |
commit | 513b1ee2ffc66290ce706625c54422114d634f98 (patch) | |
tree | 4c26ae4659dbf7371f488f36574e20391332e4e8 /cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm | |
parent | 16e4c876349cf3bfb1b135fa39cc3b5e39627ac8 (diff) | |
download | perl-513b1ee2ffc66290ce706625c54422114d634f98.tar.gz |
Upgrade IO-Compress to 2.055
Diffstat (limited to 'cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm')
-rw-r--r-- | cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm b/cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm index cfc25a3546..9d5e2c81c1 100644 --- a/cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm +++ b/cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm @@ -5,16 +5,16 @@ use strict ; use warnings; use bytes; -use Compress::Raw::Zlib 2.052 ; -use IO::Compress::Base::Common 2.052 qw(:Status createSelfTiedObject); +use Compress::Raw::Zlib 2.055 ; +use IO::Compress::Base::Common 2.055 qw(:Status createSelfTiedObject); -use IO::Uncompress::Base 2.052 ; -use IO::Uncompress::Adapter::Inflate 2.052 ; +use IO::Uncompress::Base 2.055 ; +use IO::Uncompress::Adapter::Inflate 2.055 ; require Exporter ; our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, %DEFLATE_CONSTANTS, $RawInflateError); -$VERSION = '2.052'; +$VERSION = '2.055'; $RawInflateError = ''; @ISA = qw( Exporter IO::Uncompress::Base ); |