At 1:07 AM +0000 11/28/05, Tim Bunce wrote:
  http://dbi.demonweb.co.uk/public/DBI-1.49.tar.gz

=head2 Changes in DBI 1.49 (svn rev 2283),   28th November 2005

=cut

I'd appreciate some testing. Especially on Perl 5.6 and Windows.

Thanks!

Tim.

Here's my report (see config info below) ...

On 'make' of the new DBI I get a whole bunch of warnings like this:

        Perl.c:1042: warning: unused parameter `cv'

But no errors.  The 'make test' also passes.

On a subsequent re-make etc of DBD-SQLite-1.09 (whether or not it is actually necessary), there are no errors.

Also, a rerun of my pre-rewrite Rosetta-Engine-Generic test suite (which only does connect/disconnect to a SQLite database) ran without errors.

Please advise on the warnings issue, and if they aren't a problem, I'll proceed to install the new DBI into a days-from-production web app system for further testing on a wider scale.

-- Darren Duncan

--------------

Summary of my perl5 (revision 5 version 8 subversion 7) configuration:
  Platform:
    osname=darwin, osvers=7.9.0, archname=darwin-2level
uname='darwin darren-duncans-computer.local 7.9.0 darwin kernel version 7.9.0: wed mar 30 20:11:17 pst 2005; root:xnuxnu-517.12.7.obj~1release_ppc power macintosh powerpc '
    config_args='-d -Dprefix=/Volumes/Programming160/Perl'
    hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
cc='cc', ccflags ='-fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include',
    optimize='-Os',
cppflags='-no-cpp-precomp -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -I/usr/local/include' ccversion='', gccversion='3.3 20030304 (Apple Computer, Inc. build 1666)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib
    libs=-ldbm -ldl -lm -lc
    perllibs=-ldl -lm -lc
    libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup -L/usr/local/lib'


Characteristics of this binary (from libperl):
  Compile-time options: USE_LARGE_FILES
  Built under darwin
  Compiled at Sep  3 2005 14:33:13
  @INC:
    /Volumes/Programming160/Perl/lib/perl5/5.8.7/darwin-2level
    /Volumes/Programming160/Perl/lib/perl5/5.8.7
    /Volumes/Programming160/Perl/lib/perl5/site_perl/5.8.7/darwin-2level
    /Volumes/Programming160/Perl/lib/perl5/site_perl/5.8.7
    /Volumes/Programming160/Perl/lib/perl5/site_perl
    .

Reply via email to