summaryrefslogtreecommitdiff
path: root/cpan/IO-Compress/lib/IO/Compress/Deflate.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/Compress/Deflate.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/Compress/Deflate.pm')
-rw-r--r--cpan/IO-Compress/lib/IO/Compress/Deflate.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/IO-Compress/lib/IO/Compress/Deflate.pm b/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
index 7ee0a53997..2e1a19fe07 100644
--- a/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
+++ b/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
@@ -15,7 +15,7 @@ use IO::Compress::Base::Common 2.021 qw(createSelfTiedObject);
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $DeflateError);
-$VERSION = '2.021';
+$VERSION = '2.022';
$DeflateError = '';
@ISA = qw(Exporter IO::Compress::RawDeflate);