Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Storable CPAN distribution.

Report information
The Basics
Id: 40975
Status: new
Priority: 0/
Queue: Storable

People
Owner: Nobody in particular
Requestors: christopher [...] pobox.com
Cc:
AdminCc:

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



Subject: Storable 2.18 cannot read/write compressed files properly
Date: Sun, 16 Nov 2008 23:52:41 +1000
To: bug-Storable [...] rt.cpan.org
From: Chris Drake <christopher [...] pobox.com>
Hi, Both of these ways to write compressed files fails using store_fd: open(my $fh, ">:via(Bzip2)", "$fn.bz2") or die "Open $fn.bz2 - $!"; store_fd $dat, $fh; tie *FH, 'Tie::Gzip' , '>' , "$fn.gz" or die "Open > $fn.gz - $!"; store_fd $dat, FH; Kind Regards, Chris Drake