diff options
Diffstat (limited to 'cpan/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm')
-rw-r--r-- | cpan/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm b/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm index 6ced6a76c0..9c3824a1e8 100644 --- a/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm +++ b/cpan/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm @@ -4,14 +4,14 @@ use warnings; use strict; use bytes; -use IO::Compress::Base::Common 2.044 qw(:Status); +use IO::Compress::Base::Common 2.045 qw(:Status); use IO::Compress::Zip::Constants ; our ($VERSION); -$VERSION = '2.044'; +$VERSION = '2.045'; -use Compress::Raw::Zlib 2.044 (); +use Compress::Raw::Zlib 2.045 (); sub mkUncompObject { |