This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update IO-Compress to CPAN version 2.064
[perl5.git] / cpan / IO-Compress / lib / IO / Uncompress / Inflate.pm
index 63b0ece..a5df2ea 100644 (file)
@@ -5,15 +5,15 @@ use strict ;
 use warnings;
 use bytes;
 
-use IO::Compress::Base::Common  2.063 qw(:Status );
-use IO::Compress::Zlib::Constants 2.063 ;
+use IO::Compress::Base::Common  2.064 qw(:Status );
+use IO::Compress::Zlib::Constants 2.064 ;
 
-use IO::Uncompress::RawInflate  2.063 ;
+use IO::Uncompress::RawInflate  2.064 ;
 
 require Exporter ;
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $InflateError);
 
-$VERSION = '2.063';
+$VERSION = '2.064';
 $InflateError = '';
 
 @ISA    = qw( Exporter IO::Uncompress::RawInflate );
@@ -990,7 +990,7 @@ See the Changes file.
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (c) 2005-2013 Paul Marquess. All rights reserved.
+Copyright (c) 2005-2014 Paul Marquess. All rights reserved.
 
 This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.