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.058
[perl5.git] / cpan / IO-Compress / lib / IO / Compress / Gzip / Constants.pm
index d86624b..17940a4 100644 (file)
@@ -9,7 +9,7 @@ require Exporter;
 our ($VERSION, @ISA, @EXPORT, %GZIP_OS_Names);
 our ($GZIP_FNAME_INVALID_CHAR_RE, $GZIP_FCOMMENT_INVALID_CHAR_RE);
 
-$VERSION = '2.057';
+$VERSION = '2.058';
 
 @ISA = qw(Exporter);