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
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
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
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
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
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