Re: ANNOUNCE: DBI 1.55 RC3

2007-05-04 Thread John Costello
Hi Tim, OS: OpenBSD 4.0 Perl: 5.8.8 CC: GCC 3.3.5 (single-threaded) Tests: All successful, 31 tests and 373 subtests skipped OS: Windows XP Pro/ cygwin-thread-multi-64-int Perl: 5.8.7 CC: GCC 3.4.4 Tests: All tests successful, 27 tests and 377 subtests skipped

Re: ANNOUNCE: DBI 1.55 RC3

2007-05-04 Thread John Scoles
Opps forgot to note that all my Windows testing was done with the latest version of ActivePerl "Tim Bunce" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > You can download it from > >http://homepage.mac.com/tim.bunce/.Public/perl/DBI-1.55-RC3.tar.gz > > =head2 Changes in DBI 1

Re: ANNOUNCE: DBI 1.55 RC3

2007-05-04 Thread John Scoles
Testes with Windows Vista Home Edition Windows Visual C++ Toolkit 2003 Makefile.pl, nmake, nmake test, nmake install; all worked without issue. "Tim Bunce" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > You can download it from > >http://homepage.mac.com/tim.bunce/.Public/per

Re: ANNOUNCE: DBI 1.55 RC3

2007-05-04 Thread John Scoles
Testes with Windows Server 2003 SP 2 Windows Visual C++ Toolkit 2003 Makefile.pl, nmake, nmake test, nmake install; all worked without issue. "Tim Bunce" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > You can download it from > >http://homepage.mac.com/tim.bunce/.Public/perl/

Re: ANNOUNCE: DBI 1.55 RC3

2007-05-04 Thread John Scoles
Testes with Windows XP Home Edition 2002 SP 2 Windows Visual C++ Toolkit 2003 Makefile.pl, nmake, nmake test, nmake install; all worked without issue. "Tim Bunce" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > You can download it from > >http://homepage.mac.com/tim.bunce/.P

Re: ANNOUNCE: DBI 1.55 RC3

2007-05-04 Thread John Scoles
Well just had another crack at it with a little more success I checked my ENV variable and I had LANG=en_US.UTF-8 set I removed this from my ENV and the Makefile.PL make and make test all worked as expected ""John Scoles"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Test

Re: ANNOUNCE: DBI 1.55 RC3

2007-05-04 Thread John Scoles
Testing with RH lunix Red Hat Linux 3.2.3-54 and perl 5.8 Ran Perl Makefile.PL but with this warning *** You are using a perl configured with threading enabled. *** You should be aware that using multiple threads is *** not recommended for production environments. *** Note: The optional PlR

Re: ANNOUNCE: DBI 1.55 RC3

2007-05-02 Thread David Dooling
Build successful and all tests passed for Perl 5.8.7 on ia32-linux, ia64-linux, and sparc-solaris. ia32-linux$ perl -V Summary of my perl5 (revision 5 version 8 subversion 7) configuration: Platform: osname=linux, osvers=2.6.11.10, archname=i686-linux uname='linux linus1 2.6.11.10 #1 smp

Re: ANNOUNCE: DBI 1.55 RC3

2007-05-02 Thread Darren Duncan
At 10:32 PM +0100 5/1/07, Tim Bunce wrote: You can download it from http://homepage.mac.com/tim.bunce/.Public/perl/DBI-1.55-RC3.tar.gz All DBI tests successful or skipped, under Perl 5.8.8 with no threads, GCC 4.0.1, under Mac OS X 10.4.9 PPC. -- Darren Duncan

Re: ANNOUNCE: DBI 1.55 RC3

2007-05-02 Thread Steve Hay
Tim Bunce wrote: You can download it from http://homepage.mac.com/tim.bunce/.Public/perl/DBI-1.55-RC3.tar.gz I hope to release 1.55 this week. I'd appreciate any testing you can do. Including installing it and testing with your existing drivers, plus and then rebuilding your drivers (to che

Re: ANNOUNCE: DBI 1.55 RC3

2007-05-02 Thread Ron Savage
Hi Tim OS: WinXP Perl: 5.8.8 (Strawberry) CC: GCC 3.4.5 Tests: All tests successful, 26 tests and 289 subtests skipped OS: Win2K Perl: 5.8.7 CC: MSC Tests: All tests successful, 26 tests and 297 subtests skipped -- Ron Savage [EMAIL PROTECTED] http://savage.net.au/

ANNOUNCE: DBI 1.55 RC3

2007-05-01 Thread Tim Bunce
You can download it from http://homepage.mac.com/tim.bunce/.Public/perl/DBI-1.55-RC3.tar.gz =head2 Changes in DBI 1.55 (svn rev 9480), 1st May 2007 Fixed set_err() so HandleSetErr hook is executed reliably, if set. Fixed accuracy of profiling when perl configured to use long doubles.