Re: ANNOUNCE: DBD::Oracle 1.17 release candidate 3

2006-01-17 Thread Tim Bunce
On Tue, Jan 17, 2006 at 10:06:36AM +0100, H.Merijn Brand wrote: > > I also suggest to make a new sub-folder with the examples of all the > config.sh's, perl -V lists and Makefiles as separate files. Not only that > makes it easier to copy/alter these files for personal use, but also shortens > the

Re: %ENV changes not seen by other libraries in same process on cygwin

2006-01-17 Thread Tim Bunce
On Mon, Jan 16, 2006 at 11:58:48PM -, Andy Hassall wrote: > > So, what's the options? Here's some: > (3) Get DBD::Oracle to call the win32 SetEnvironmentVariable directly, at > least during the testsuite, if building on Cygwin, rather than (or in > addition to) writing to $ENV. One module th

Re: ANNOUNCE: DBD::Oracle 1.17 release candidate 3

2006-01-17 Thread H.Merijn Brand
On Tue, 17 Jan 2006 09:54:53 +, Tim Bunce <[EMAIL PROTECTED]> wrote: > On Tue, Jan 17, 2006 at 10:06:36AM +0100, H.Merijn Brand wrote: > > > > I also suggest to make a new sub-folder with the examples of all the > > config.sh's, perl -V lists and Makefiles as separate files. Not only that > >

Re: ANNOUNCE: DBD::Oracle 1.17 release candidate 3

2006-01-17 Thread Tim Bunce
On Tue, Jan 17, 2006 at 12:00:31PM +0100, H.Merijn Brand wrote: > On Tue, 17 Jan 2006 09:54:53 +, Tim Bunce <[EMAIL PROTECTED]> wrote: > > > On Tue, Jan 17, 2006 at 10:06:36AM +0100, H.Merijn Brand wrote: > > > > > > I also suggest to make a new sub-folder with the examples of all the > > > c

Re: ANNOUNCE: DBD::Oracle 1.17 release candidate 3

2006-01-17 Thread H.Merijn Brand
On Tue, 17 Jan 2006 17:10:29 +, Tim Bunce <[EMAIL PROTECTED]> wrote: > On Tue, Jan 17, 2006 at 12:00:31PM +0100, H.Merijn Brand wrote: > > On Tue, 17 Jan 2006 09:54:53 +, Tim Bunce <[EMAIL PROTECTED]> wrote: > > > On Tue, Jan 17, 2006 at 10:06:36AM +0100, H.Merijn Brand wrote: > > > > > >

Re: %ENV changes not seen by other libraries in same process on cygwin

2006-01-17 Thread Yitzchak Scott-Thoennes
On Mon, Jan 16, 2006 at 11:58:48PM -, Andy Hassall wrote: > So, what's the options? Here's some: I haven't looked at the code that's failing, so some of my comments may be misguided. > (3) Get DBD::Oracle to call the win32 SetEnvironmentVariable directly, at > least during the testsuite, if

RE: %ENV changes not seen by other libraries in same process on cygwin

2006-01-17 Thread Andy Hassall
> > (3) Get DBD::Oracle to call the win32 SetEnvironmentVariable directly > > I'd be willing to add a cygwin-specific function to DBD::Oracle > (Oracle.xs and dbdimp.c) that calls SetEnvironmentVariable(). > > Patches welcome :) [An estimate of the time required would help since > I'm readying a

Re: %ENV changes not seen by other libraries in same process on cygwin

2006-01-17 Thread Tim Bunce
On Tue, Jan 17, 2006 at 08:04:42PM -, Andy Hassall wrote: > > > (3) Get DBD::Oracle to call the win32 SetEnvironmentVariable directly > > > > I'd be willing to add a cygwin-specific function to DBD::Oracle > > (Oracle.xs and dbdimp.c) that calls SetEnvironmentVariable(). > > > > Patches welco