Marcus Holland-Moritz wrote:
> On 2008-11-14, at 10:58:09 +0100, Marcus Holland-Moritz wrote:
>
>> Potential patch attached. I'm trying to rely on File::Spec
>> doing cross-platform things right, as I don't know how all
>> this will behave on VMS. Also, I don't know how exactly
>> this is expected to behave on platform supporting the
>> concept of volumes.
>>
>> The patch adds the test case above to t/Path.t and passes
>> all tests on Linux and Windoze.
>
> BTW, even though File::Path claims to work with 5.005_04,
> it won't run the test suite, due to excessive use of 3-arg
> open and "open my $foo", which are both unknown to 5.005.
Without looking at the code, that would be a test for a bugfix I added
recently. It will be a simple matter to revert that to the two-arg form.
I'll get this wrapped up tonight.
Thanks for the report,
David