On Apr 22, 2006, at 9:29 PM, Ken Williams wrote:

Hi,

I got a report of some VMS problems in File::Spec, and I put together this patch relative to 3.17:

  http://rt.cpan.org/Ticket/Display.html?id=18846

The OP for that issue made a correction, the new section in t/Spec.t should be:

[ "VMS->catfile('0','b','c')",     '[.0.b]c' ],
[ "VMS->catfile('a','0','c')",     '[.a.0]c' ],
[ "VMS->catfile('a','b','0')",     '[.a.b]0' ],
[ "VMS->catfile('0','0','c')",     '[.0.0]c' ],
[ "VMS->catfile('a','0','0')",     '[.a.0]0' ],
[ "VMS->catfile('0','b','0')",     '[.0.b]0' ],
[ "VMS->catfile('0','0','0')",     '[.0.0]0' ],

Originally it was missing the '.' at the beginning of the directory portions for the output.

 -Ken

Reply via email to