Re: [patch@31846] vms stat and chmod fixes.

2007-09-12 Thread Rafael Garcia-Suarez
On 12/09/2007, John E. Malmberg <[EMAIL PROTECTED]> wrote: > chmod() on VMS 8.3 will only work on directories in VMS xxx.dir format, > so filenames need to be converted. > > Dual lifed modules that call chmod() on directories may need to also > compensate for this.bug. Thanks, applied to bleadperl

Re: [PATCH] sync blead with File-Path 2.00_11

2007-09-12 Thread John E. Malmberg
Craig A. Berry wrote: At 7:17 PM -0500 9/11/07, John E. Malmberg wrote: Carefull, even though readdir() will only return "." when it means ".;", it is very likely that updir() may return "." instead of "[]" in the future for VMS. A Hopefully not as long as $^O eq 'VMS' is true. We probably

Re: Module::Load::Conditional 0.18 wannabe

2007-09-12 Thread Nicholas Clark
On Mon, Sep 10, 2007 at 08:53:56PM -0500, John E. Malmberg wrote: > It is still possible to get modules loaded multiple times, as the only > way to prevent that would be if %INC tracked devices and inodes instead > of pathnames. That is a generic Perl issue though. One can't rely on having ino

Re: [PATCH] sync blead with File-Path 2.00_11

2007-09-12 Thread Paul Johnson
On Wed, Sep 12, 2007 at 09:06:48AM -0500, John E. Malmberg wrote: > Craig A. Berry wrote: > > > >Hopefully not as long as $^O eq 'VMS' is true. We probably need > >something more radically different to handle higher levels of UNIX > >emulation. Remind me to study the differences between the Cygw

Re: [PATCH] sync blead with File-Path 2.00_11

2007-09-12 Thread John E. Malmberg
Paul Johnson wrote: On Wed, Sep 12, 2007 at 09:06:48AM -0500, John E. Malmberg wrote: Craig A. Berry wrote: Hopefully not as long as $^O eq 'VMS' is true. We probably need something more radically different to handle higher levels of UNIX emulation. Remind me to study the differences betwee

[patch@31788] Term::ReadLine::Stub missing get_line

2007-09-12 Thread John E. Malmberg
Resubmitted, Did this get lost in the shuffle? Term::Readline::Stub was missing get_line() and the detached X11 debugger requires it to be present. - Fix Detached debugger crashing with the following message: Can't locate object method "get_line" via package "Term::ReadLine::Stub" at ../lib/T