summaryrefslogtreecommitdiff
path: root/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-12-24 10:04:10 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-12-24 10:04:10 +0000
commit3acdfe424777e5b3d1dd609118013c1dfc8d9ab9 (patch)
treef7c64669c9e9124071121d6c464a5b8ac911d1f8 /cpan/IO-Compress/lib/IO/Compress/Deflate.pm
parent10ccd91be6b8df1cc837ceb3d5876993f08ead86 (diff)
downloadperl-3acdfe424777e5b3d1dd609118013c1dfc8d9ab9.tar.gz
Update IO-Compress to CPAN version 2.068
[DELTA] 2.068 23 Dec 2014 * Disable running of some of the slower test harnesses by default. COMPRESS_ZLIB_RUN_MOST needs set to run them. Make life more bearable on legacy platforms
Diffstat (limited to 'cpan/IO-Compress/lib/IO/Compress/Deflate.pm')
-rw-r--r--cpan/IO-Compress/lib/IO/Compress/Deflate.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpan/IO-Compress/lib/IO/Compress/Deflate.pm b/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
index 866ed0c253..4b8095343a 100644
--- a/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
+++ b/cpan/IO-Compress/lib/IO/Compress/Deflate.pm
@@ -8,16 +8,16 @@ use bytes;
require Exporter ;
-use IO::Compress::RawDeflate 2.067 ();
-use IO::Compress::Adapter::Deflate 2.067 ;
+use IO::Compress::RawDeflate 2.068 ();
+use IO::Compress::Adapter::Deflate 2.068 ;
-use IO::Compress::Zlib::Constants 2.067 ;
-use IO::Compress::Base::Common 2.067 qw();
+use IO::Compress::Zlib::Constants 2.068 ;
+use IO::Compress::Base::Common 2.068 qw();
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, %DEFLATE_CONSTANTS, $DeflateError);
-$VERSION = '2.067';
+$VERSION = '2.068';
$DeflateError = '';
@ISA = qw(Exporter IO::Compress::RawDeflate);