summaryrefslogtreecommitdiff
path: root/cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm')
-rw-r--r--cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm b/cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm
index 102ca9aba0..c73d48d1f3 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.045 ;
-use IO::Compress::Base::Common 2.045 qw(:Status createSelfTiedObject);
+use Compress::Raw::Zlib 2.047 ;
+use IO::Compress::Base::Common 2.047 qw(:Status createSelfTiedObject);
-use IO::Uncompress::Base 2.045 ;
-use IO::Uncompress::Adapter::Inflate 2.045 ;
+use IO::Uncompress::Base 2.047 ;
+use IO::Uncompress::Adapter::Inflate 2.047 ;
require Exporter ;
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, %DEFLATE_CONSTANTS, $RawInflateError);
-$VERSION = '2.045';
+$VERSION = '2.047';
$RawInflateError = '';
@ISA = qw( Exporter IO::Uncompress::Base );
@@ -1103,7 +1103,7 @@ See the Changes file.
=head1 COPYRIGHT AND LICENSE
-Copyright (c) 2005-2011 Paul Marquess. All rights reserved.
+Copyright (c) 2005-2012 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.