Skip Menu |

This queue is for tickets about the Archive-Extract CPAN distribution.

Report information
The Basics
Id: 71846
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Archive-Extract

People
Owner: BINGOS [...] cpan.org
Requestors: craigberry [...] mac.com
Cc:
AdminCc:

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



Subject: [PATCH] Make-_untar_bin use Unix-syntax archive names on VMS
Date: Fri, 21 Oct 2011 13:55:07 -0500
To: bug-archive-extract [...] rt.cpan.org
From: "Craig A. Berry" <craigberry [...] mac.com>
The attached patch fixes a test failure on VMS systems that have GNU tar installed. The port of GNU tar in current circulation does not understand archive names in native syntax, only Unix syntax. So the patch converts the name to Unix syntax before passing it to the tar command. Show quoted text
________________________________________ Craig A. Berry mailto:craigberry@mac.com "... getting out of a sonnet is much more difficult than getting in." Brad Leithauser

Message body is not shown because sender requested not to inline it.

This was resolved with: Changes for 0.58 Sat Oct 22 20:25:00 2011 ============================================ * Apply patch from Craig A. Berry [rt#71846] make _untar_bin use Unix-syntax archive names on VMS Many thanks.