Skip Menu |

This queue is for tickets about the GDS2 CPAN distribution.

Report information
The Basics
Id: 81063
Status: resolved
Priority: 0/
Queue: GDS2

People
Owner: Nobody in particular
Requestors: arasanip [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 3.00
Fixed in: 3.33



Subject: Ability to handle gzipped gds2 files
Distribution name: GDS2-3.00 perl -v : This is perl, v5.8.8 built for x86_64-linux-thread-multi uname -a : Linux ln-vkandadi 2.6.18-164.2.1.el5 #1 SMP Tue Sep 29 18:45:10 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux I need GDS2 to read in and write gzipped GDS2 files. I tried the attached patch and it worked for my purposes. It is likely not general enough so pardon me if this is too coarse. But this would be a good feature to add what with the GDS2 files growing in size tremendously and as CPU becomes cheaper (in terms of performance) than IO BW limitations. Thanks Vasu
Subject: patch.zlib
Download patch.zlib
application/octet-stream 1.6k

Message body not shown because it is not plain text.

Can pass in file handle to new method. This enables the use of a compression/decompression pipe (see example in POD) for whatever type of compressed file is being used.