in reply to Re^2: temporary files in .t scripts
in thread temporary files in .t scripts

Oooh. What does your module do? What do you use DBM::Deep for? Inquiring minds want to know!

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?

Replies are listed 'Best First'.
Re^4: temporary files in .t scripts
by esobchenko (Beadle) on Mar 25, 2008 at 13:50 UTC
    I'm working on small library that provides persistence for Perl objects. Persistence is implemented by abstract CRUD methods that need to be overridden in subclass. I use DBM::Deep as default data store in module and tests, however I use PostgreSQL and Amazon S3 for production.
      Hmm ... take a look at Presto. I gave a talk about it at YAPC::NA::2006, but it's kinda languished as I've done other projects. It does have some really good ideas that I'd like to see have a home.

      My criteria for good software:
      1. Does it work?
      2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?