NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Bravery (Score:3, Interesting)
You're a braver man than I. I have spotted more than one unmaintained module on the CPAN that I've thought about volunteering to fix, but I chickened out. Nice job!
And in the unlikely event that you're ever in this neck of the woods again, give me a shout. I don't think I bought you any beer last time :( (and I just realizedy how many of my posts seem to mention beer ...)
Reply to This
Re:Bravery (Score:1)
Although, I have received quite a few thank-you mails, so it's somewhat rewarding.
I suggest, in the interest of timely beer drinking, we move this event to this coming Yapc::EU [yapc.org], if you can at all make it ;)
Win32 (Score:2, Interesting)
The reason I ask, is because the old Archive::Tar used fcntl(), to duplicate a filehandle for example, which works on Unix etc., but not on Win32. That's why Win32 users were stuck with version 0.072.
I hope life will get better, for these poor marginalised programmers, as well.
Re:Win32 (Score:2, Informative)
You don't want the long answer ;)
Re:Win32 (Score:1)
Oh, and one more thing... I often find people (on Perlmonks, for example) wish to use a tied handle, or another non-standard handle, with this module, and this module rejects that, for the same reason, really. Will that work, now, too?
Re:Win32 (Score:1)
The reason for this is simple -- to keep everything managable, I use IO::File and IO::Zlib under the hood, which saves a lot of overhead and keeps for a standard interface.
So if those modules don't supported tied filehandles, neither will Archive::Tar.