Re: Differences between output of 'make test' and 'prove'

2004-09-03 Thread Tim Bunce
On Fri, Sep 03, 2004 at 04:02:39PM -0400, stevan little wrote: > I seem to have fixed the issue, it had something to do with the scope > of some of the DBD specific variables. Basically, I had repleaced > several use vars (...) with our $variable not realizing the variables > were then being

Re: Differences between output of 'make test' and 'prove'

2004-09-03 Thread stevan little
I seem to have fixed the issue, it had something to do with the scope of some of the DBD specific variables. Basically, I had repleaced several use vars (...) with our $variable not realizing the variables were then being file scoped and not package scoped. Once I got the variables into the

Differences between output of 'make test' and 'prove'

2004-09-03 Thread stevan little
I am getting ready to release a new version of DBD::Mock and all seemed fine until I tried running 'make test' and I got a bunch of warnings, which when I ran it with 'prove -b t/*.t' I did not get. I have tried to debug the issue based on the DBI line number. But (as far as I can tell) what