On Thu 18 Jul 2002 16:46, Tim Bunce <[EMAIL PROTECTED]> wrote: > file: $CPAN/authors/id/T/TI/TIMB/DBI-1.30.tar.gz > size: 257016 bytes > md5: 30e6b539fb36da93c862c7c7df0f3bf8 > > =head2 Changes in DBI 1.30, 18th July 2002 > > Fixed problems with selectrow_array, selectrow_arrayref, and > selectall_arrayref introduced in DBI 1.29. > Fixed FETCHing a handle attribute to not clear $DBI::err etc (broken in 1.29). > Fixed core dump at trace level 9 or above. > Fixed compilation with perl 5.6.1 + ithreads (i.e. Windows). > Changed definition of behaviour of selectrow_array when called in a scalar > context to match change in fetchrow_array made in DBI 1.29. > Corrected selectrow_arrayref docs which showed selectrow_array thanks to Paul >DuBois. > > =cut > > Enjoy! > > I look forward to seeing some of you at the Perl Conference in San > Diego next week: http://conferences.oreillynet.com/os2002/
Sorry, too expensive. München perhaps? /opt/perl/bin/perl /opt/perl/lib/5.8.0/ExtUtils/xsubpp -typemap /opt/perl/lib/5.8.0/ExtUtils/typemap Perl.xs > Perl.xsc && mv Perl.xsc Perl.c gcc -c -mpa-risc-2-0 -D_HPUX_SOURCE -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.30\" -DXS_VERSION=\"1.30\" -fPIC "-I/opt/perl/lib/5.8.0/PA-RISC2.0/CORE" -Wall -Wno-comment -DDBI_NO_THREADS Perl.c Perl.xsi: In function `XS_DBD__Perl__st__prepare': Perl.xsi:303: warning: operation on `lna' may be undefined Perl.xsi: In function `XS_DBD__Perl__st_bind_param': Perl.xsi:339: warning: operation on `lna' may be undefined Perl.xsi: In function `XS_DBD__Perl__st_bind_param_inout': Perl.xsi:375: warning: operation on `lna' may be undefined /opt/perl/bin/perl /opt/perl/lib/5.8.0/ExtUtils/xsubpp -typemap /opt/perl/lib/5.8.0/ExtUtils/typemap DBI.xs > DBI.xsc && mv DBI.xsc DBI.c gcc -c -mpa-risc-2-0 -D_HPUX_SOURCE -fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.30\" -DXS_VERSION=\"1.30\" -fPIC "-I/opt/perl/lib/5.8.0/PA-RISC2.0/CORE" -Wall -Wno-comment -DDBI_NO_THREADS DBI.c DBI.xs: In function `dbih_make_fdsv': DBI.xs:717: warning: int format, STRLEN arg (arg 5) DBI.xs: In function `dbih_make_com': DBI.xs:758: warning: int format, STRLEN arg (arg 5) DBI.xs: In function `XS_DBD_____st_bind_col': DBI.xs:3347: warning: operation on `lna' may be undefined DBI.xs: In function `XS_DBD_____st_bind_columns': DBI.xs:3368: warning: operation on `lna' may be undefined Running Mkbootstrap for DBI () chmod 644 DBI.bs -- H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/) using perl-5.6.1, 5.8.0 & 632 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3, WinNT 4, Win2K pro & WinCE 2.11 often with Tk800.024 &/| DBD-Unify ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/H/HM/HMBRAND/