Re: building modules, especially XML::Parser

2001-03-20 Thread Marty Kuhrt
Ah, the mystery is revealed. Thanks, I'll beat upon it when I get back to the machine in the AM. On Tue, 20 Mar 2001, Craig A. Berry wrote: > At 10:09 AM 3/20/2001 -0800, Marty Kuhrt wrote: > >On Fri, 16 Mar 2001, Craig A. Berry wrote: > > The changes to the standard > >> distributions of both

Re: building modules, especially XML::Parser

2001-03-20 Thread Craig A. Berry
At 10:09 AM 3/20/2001 -0800, Marty Kuhrt wrote: >On Fri, 16 Mar 2001, Craig A. Berry wrote: > The changes to the standard >> distributions of both expat and XML::Parser for VMS are at >> . > >There lies the rub. The changes

Re: "new" PERL/VMS setup

2001-03-20 Thread Peter Prymmer
On Tue, 20 Mar 2001, Tim Scott wrote: > Peter / Craig, > > So, far example, the DBD::Oracle I have (DBD-Oracle-1.06, which I can put in > a folder named DBD-Oracle-1_06 ?) contains an Oracle.ex folder. Should this > become [.oracle.ex] (two levels) or [.oracle_ex] ? It looks to me like you do

Re: "new" PERL/VMS setup

2001-03-20 Thread Tim Scott
Peter / Craig, So, far example, the DBD::Oracle I have (DBD-Oracle-1.06, which I can put in a folder named DBD-Oracle-1_06 ?) contains an Oracle.ex folder. Should this become [.oracle.ex] (two levels) or [.oracle_ex] ? Thanks, Tim - Original Message - From: "Peter Prymmer" <[EMAIL PROTE

Re: building modules, especially XML::Parser

2001-03-20 Thread Marty Kuhrt
On Fri, 16 Mar 2001, Craig A. Berry wrote: > I'm moving this to the vmsperl list as others may be interested or > have helpful suggestions. OK by me. > >I'm flailing on XML::Parser 2.30, since it requires expat 1.95.1, > >which doesn't have the standard makefile.pl like the rest of the > >packag

[PATCH 5.6.1-T3 & 5.7.0] VMS piping (Was Re: [Patch Perl5.6.1-trial3] VMS test fixes)

2001-03-20 Thread Charles Lane
I wrote earlier in the day: > In fact, I did find one true (VMS-specific) bug while attempting to > use "perlbug" to report the psuedo-bugs. A patch is in the works, it > just needs some more testing. What brought the bug to light: perl "-V" >foo.out and you look at foo.out, and see that

Re: [Patch Perl5.6.1-trial3] VMS test fixes

2001-03-20 Thread Charles Lane
> On Mon, Mar 19, 2001 at 12:20:43PM -0500, Charles Lane wrote: >> Two places where tests break output lines into separate print statements, >> causing the erroneous detection of test failures on VMS(yes, it's the >> old byte vs. record i/o stuff again...). > Applied by Sarathy. After this p