diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-02-02 12:18:38 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-02-02 12:18:38 +0000 |
commit | 149b366429edcb44f6e320398df710a398fe18c0 (patch) | |
tree | 805ab8b084442b762ae5fc539d068fd067be6d78 /cpan/IO-Compress/t/050interop-gzip.t | |
parent | f3d3633e66a03f1771e39dca6621d3575662c7b0 (diff) | |
download | perl-149b366429edcb44f6e320398df710a398fe18c0.tar.gz |
Update IO-Compress to CPAN version 2.064
[DELTA]
2.064 1 February 2014
* RT #90216: IO-Compress/t/050interop-gzip.t: Use android-compatible
flags when calling gzip
Diffstat (limited to 'cpan/IO-Compress/t/050interop-gzip.t')
-rw-r--r-- | cpan/IO-Compress/t/050interop-gzip.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/IO-Compress/t/050interop-gzip.t b/cpan/IO-Compress/t/050interop-gzip.t index 27c1d7db8c..f3cb1a3911 100644 --- a/cpan/IO-Compress/t/050interop-gzip.t +++ b/cpan/IO-Compress/t/050interop-gzip.t @@ -48,7 +48,7 @@ sub readWithGzip my $lex = new LexFile my $outfile; - my $comp = "$GZIP -dc" ; + my $comp = "$GZIP -d -c" ; if ( system("$comp $file >$outfile") == 0 ) { |