Skip Menu |

This queue is for tickets about the PerlIO-gzip CPAN distribution.

Report information
The Basics
Id: 119239
Status: new
Priority: 0/
Queue: PerlIO-gzip

People
Owner: Nobody in particular
Requestors: dwheeler [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Feature Request: Add Compression Level Option
Date: Wed, 14 Dec 2016 12:57:45 -0800
To: bug-PerlIO-gzip [...] rt.cpan.org
From: "David E. Wheeler" <dwheeler [...] cpan.org>
Today, PerlIO::gzip just uses the default gzip compression level when writing new files, which IIRC is 3. It’d be super handy if a layer option was added to set the compression level. Something like: open my $fh, '>:gzip(level=9)', 'file.gz' or die $!; Thanks, David