summaryrefslogtreecommitdiff
path: root/cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm')
-rw-r--r--cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm b/cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm
index 2abe738d3e..c7a0031a1d 100644
--- a/cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm
+++ b/cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm
@@ -4,10 +4,10 @@ use strict;
use warnings;
use bytes;
-use IO::Compress::Base::Common 2.047 qw(:Status);
+use IO::Compress::Base::Common 2.048 qw(:Status);
our ($VERSION);
-$VERSION = '2.047';
+$VERSION = '2.048';
sub mkCompObject
{