Class::DBI::Test::TempDB released

2004-09-27 Thread Dan Friedman
Howdy, I've released a module on CPAN that facilitates best testing practices in Class::DBI development. Namely, you can now easily point your Class::DBI classes at an empty test SQLite database that mirrors the schema of your production database, and create/destroy test data cleanly and sa

Re: Continuation re-invocation

2004-09-27 Thread Piers Cawley
Jeff Clites <[EMAIL PROTECTED]> writes: > Two questions: > > 1) Is it supposed to be possible to invoke a given continuation more > than once, or is it "used up" once invoked? Yes, you should be able to invoke one more than once. > > 2) Am I supposed to be able to "jump down" the stack by invok