Re: SQL-Statement 1.13

2005-04-23 Thread H.Merijn Brand
On Fri, 22 Apr 2005 12:27:54 -0700, Jeff Zucker <[EMAIL PROTECTED]> wrote: > Jonathan Leffler wrote: > > >the file seemed to be > >a double gzipped file > > > Hmm, odd, it's the result of "make dist" and "svn commit". Must be > something odd about the svn since the tar.gz appears normal. I've

Re: SQL-Statement 1.13

2005-04-22 Thread Jonathan Leffler
Worked OK on Solaris 8 with Perl 5.8.6 etc... And it was just 'single gzipped'. I'll check on MacOS X tonight. t/03executeDBD skipped 1/16 (No XBase installed). On 4/22/05, Jeff Zucker <[EMAIL PROTECTED]> wrote: > Jonathan Leffler wrote: > > >the file seemed to be > >a double gzipped file > >

Re: SQL-Statement 1.13

2005-04-22 Thread Jonathan Leffler
And it worked fine on MacOS X 10.3.9 with Perl 5.8.6. On 4/22/05, Jonathan Leffler <[EMAIL PROTECTED]> wrote: > Worked OK on Solaris 8 with Perl 5.8.6 etc... And it was just 'single > gzipped'. > > I'll check on MacOS X tonight. > > t/03executeDBD skipped 1/16 (No XBase installed). > > > On

Re: SQL-Statement 1.13

2005-04-22 Thread Jeff Zucker
Jonathan Leffler wrote: the file seemed to be a double gzipped file Hmm, odd, it's the result of "make dist" and "svn commit". Must be something odd about the svn since the tar.gz appears normal. I've uploaded to http://www.vpservices.com/jeff/programs/SQL-Statement-1.14.tar.gz I believe this

Re: SQL-Statement 1.13

2005-04-22 Thread H.Merijn Brand
On Thu, 21 Apr 2005 20:37:04 -0700, Jeff Zucker <[EMAIL PROTECTED]> wrote: > H.Merijn Brand wrote: > > >Failed 2/15 test scripts, 86.67% okay. 1/227 subtests failed, 99.56% okay. > > > I added over 140 tests in recent releases (and doubled the Devel::Cover > coverage) and apparently forgot to wr

Re: SQL-Statement 1.13

2005-04-22 Thread Cosimo Streppone
Jeff Zucker wrote: H.Merijn Brand wrote: Failed 2/15 test scripts, 86.67% okay. 1/227 subtests failed, 99.56% okay. I added over 140 tests in recent releases (and doubled the Devel::Cover coverage) and apparently forgot to wrap some of the requires in evals. SQL::Statement has no prerequisites

Re: SQL-Statement 1.13

2005-04-22 Thread Darren Duncan
At 8:37 PM -0700 4/21/05, Jeff Zucker wrote: I'd much appreciate if those who experienced test failures could try again with http://svn.perl.org/modules/SQL-Statement/trunk/SQL-Statement-1.14.tar.gz Thanks! I tried 2 different Perl installs, both under the same Mac OS X 10.3.8. The system perl 5.8

Re: SQL-Statement 1.13

2005-04-21 Thread Jonathan Leffler
On MacOS X 10.3.9, Perl 5.8.6, I found that (a) the file seemed to be a double gzipped file (gunzip of the file produced a 'tar' file that was itself extractable with 'tar -xzf ...', and (b) I still get some test errors: ... Manifying blib/man3/SQL::Statement::Structure.3 Manifying blib/man3/SQL::S

Re: SQL-Statement 1.13

2005-04-21 Thread Jeff Zucker
H.Merijn Brand wrote: Failed 2/15 test scripts, 86.67% okay. 1/227 subtests failed, 99.56% okay. I added over 140 tests in recent releases (and doubled the Devel::Cover coverage) and apparently forgot to wrap some of the requires in evals. SQL::Statement has no prerequisites but since its most co

Re: SQL-Statement 1.13

2005-04-21 Thread Darren Duncan
As I mentioned on dbi-users, I noticed this problem at home, as did another poster, as did the CPAN testers. It seems that SQL-Statement 1.12 and 1.13 has a circular dependency on DBD-AnyData; that is, X's test suite requires Y, and Y's test suite requires X. Even when I manually installed Any