summaryrefslogtreecommitdiff
path: root/cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm
diff options
context:
space:
mode:
authorPaul Marquess <Paul.Marquess@btinternet.com>2009-10-09 22:51:37 +0100
committerSteve Hay <SteveHay@planit.com>2009-11-14 00:11:42 +0000
commit1725f55ba78fb58489ea39e2bc0cc1faffd32275 (patch)
tree9c50ac3f9f830cc3504ec99e8397237d79cb81ad /cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm
parent364d54baf6add9c4667b89e1656f226d0882a843 (diff)
downloadperl-1725f55ba78fb58489ea39e2bc0cc1faffd32275.tar.gz
[PATCH] IO-Compress 2.022
Message-ID: <4ACFB129.9070900@btinternet.com>
Diffstat (limited to 'cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm')
-rw-r--r--cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm b/cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm
index 5727192e7c..3a45fcdde8 100644
--- a/cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm
+++ b/cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm
@@ -14,7 +14,7 @@ use IO::Uncompress::Adapter::Inflate 2.021 ;
require Exporter ;
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, %DEFLATE_CONSTANTS, $RawInflateError);
-$VERSION = '2.021';
+$VERSION = '2.022';
$RawInflateError = '';
@ISA = qw( Exporter IO::Uncompress::Base );